Build faster. Waste less time.

Joined November 2021
629 Photos and videos
Jun 12
1/ Paranoia used to be optional. AI-assisted bug hunting ended that. 🧵
1
399
Jun 12
4/ Kernel hardening, sorted by what it actually costs you: A. Free housekeeping (`kernel.dmesg_restrict=1`, `fs.suid_dumpable=0`) B. Nearly free: prune and lock kernel modules C. Costs visibility: `ptrace`, eBPF D. Costs performance E. Costs real money: SMT, `io_uring`
1
74
Jun 12
5/ It's not a checklist. Know your threat model, document the trade-offs, don't start a Paranoiafest. "A turned-off computer buried in the forest is extremely secure, but won't serve customers." depot.dev/blog/paranoia-is-b…
71
Jun 11
macOS 26 (Tahoe) is now on Depot GitHub Actions runners. Change one line, `runs-on: depot-macos-26`, and you're on Apple M4 with Xcode 26 and the macOS 26 SDKs preinstalled. Simulators baked in too, no per-run downloads. depot.dev/blog/now-available…
1
2
127
Jun 10
Reading CI logs is mostly scrolling past the 2,000 lines that don't matter to find the 4 that do. `depot ci diagnose --run <id>` Hands you the 4.
1
2
284
Jun 10
Why it works: everything in the Depot CI dashboard now runs from the CLI and API. Same nouns, same flags, whether you type it or call it. So "CI is red, go figure out why" is a job you can hand off.
1
57
299,070 hours 👀 That's how many hours we've saved developers in the last week.
1
128
Albacore builds Ghostfin, a drone submarine. Its software ships as ARM64 containers, and on x86 that means QEMU. Their worst build ran overnight and still wasn't done. On Depot's native ARM64 builders, 30-40 min uncached builds now take 5-10. depot.dev/customers/albacore
1
173
New in beta: test results for your CI jobs. Add depot/test-report-action after your test step, point it at your JUnit XML, and Depot shows pass/fail/error/skip on the job. Plus analytics for flaky, slow, and frequently-failing tests. Free in beta. depot.dev/changelog/2026-06-…
2
265
Depot retweeted
We just launched Test Analytics and flakey test detection across Depot 🚀 This is a big release as it allows you to visualize, analyze, and detect problematic tests across both Depot CI and Depot GitHub Actions Runners. You can analyze tests across your entire Depot organization to see what test suites are slow, problematic, or failing randomly. You can also pull out general trends around how fast your tests are. If you want to dive into the detail of a specific CI job and it's test results, that's supported as well! It's free while in beta as we gather early feedback! depot.dev/changelog/2026-06-…
1
2
10
790
🚀 New in Depot CI: usage now breaks down per workflow on the org usage page. Attempts, vCPU minutes, elapsed time, avg duration, and error rate, plus health bars for the last 30 attempts. See which workflow is slow, flaky, or burning compute. depot.dev/changelog/2026-06-…
6
374
macOS 26 (Tahoe) is now on Depot GitHub Actions runners in beta `runs-on: depot-macos-26` gets you M4 chips, 8 CPUs, 24 GB RAM, Xcode 26.5, and our disk accelerator for faster I/O `depot-macos-latest` stays on macOS 15 (Sequoia) while macOS 26 is in beta depot.dev/changelog/2026-05-…
156