π οΈ All DevTools
Showing 1–20 of 4838 tools
Last Updated
June 01, 2026 at 04:00 PM
Show HN: Postbase β 100% open source Alternative to Firebase and Supabase [video]
Show HN (score: 7)[Other] Show HN: Postbase β 100% open source Alternative to Firebase and Supabase [video] Postbase β 100% Opensource Alternative to Firebase and Supabase
Using Git's rerere feature to escape recurring conflict hell
Hacker News (score: 57)[Other] Using Git's rerere feature to escape recurring conflict hell
Rift: Better Alternative to Git Worktrees
Hacker News (score: 45)[Other] Rift: Better Alternative to Git Worktrees
Codex just found a "workaround" of not having sudo on my PC
Hacker News (score: 80)[Other] Codex just found a "workaround" of not having sudo on my PC
Show HN: Ouijit, an open-source task and terminal manager for coding agents
Show HN (score: 8)[CLI Tool] Show HN: Ouijit, an open-source task and terminal manager for coding agents Hi HN, Iβm working on Ouijit.<p>Itβs a project and task-based terminal session manager that provides a few basic but useful tools for agent workflows:<p>- Terminal sessions in Ouijit have access to the ouijit CLI, and supported agents (Claude, Codex, Pi) can work with it out of the box to manage tasks and customize a personal development workflow<p>- Tasks live on a kanban board that supports hooks for task lifecycle events (eg. βRun this script when a task moves to βin progressβ)<p>Iβve found this simple combination to be very expressive and flexible for adapting to changing workflows.<p>I made the V1 a couple months ago for fun, and have kept at it since a friend shared they had logged an 8 hour work session in it. Along the way Iβve baked in lots of what I believe are table-stakes for this type of tool, like task isolation via Git worktrees, agent working/idle status with sound and notifications, diff/markdown plan/URL previews, and support for VM sandboxing using Lima.<p>Itβs free and open source with no login or telemetry, so feedback is highly appreciated.<p>Github: <a href="https://github.com/ouijit/ouijit" rel="nofollow">https://github.com/ouijit/ouijit</a> Website: <a href="https://ouijit.com" rel="nofollow">https://ouijit.com</a>
Show HN: xxUTF β SIMD Unicode Normalization
Show HN (score: 11)[Other] Show HN: xxUTF β SIMD Unicode Normalization
Show HN: Atomic Editor β Obsidian-style live preview for CodeMirror 6
Hacker News (score: 16)[Other] Show HN: Atomic Editor β Obsidian-style live preview for CodeMirror 6
github/docs
GitHub Trending[Other] The open-source repo for docs.github.com
The Website Specification
Hacker News (score: 428)[Other] The Website Specification
Show HN: Komi-learn β continuous memory and self-improvement for coding agents
Hacker News (score: 10)[Other] Show HN: Komi-learn β continuous memory and self-improvement for coding agents
Show HN: Live, system-wide USB transfer sniffer in eBPF
Show HN (score: 6)[Other] Show HN: Live, system-wide USB transfer sniffer in eBPF
[DevOps] Show HN: Lite-Harness β Self-Hosted Cursor Agents (Use Claude Code/OpenCode) We built this Dockerfile because we wanted a simple harness server to run our agents and get memory, durable sessions, cron scheduling, and a vault, out of the box.
Cheese Paper: a text editor specifically designed for writing
Hacker News (score: 99)[IDE/Editor] Cheese Paper: a text editor specifically designed for writing
Show HN: Breathe CLI β Paced resonance breathing in the macOS terminal
Hacker News (score: 107)[CLI Tool] Show HN: Breathe CLI β Paced resonance breathing in the macOS terminal I built a terminal app that paces slow breathing at 6 breaths per minute for vagal tone training. It's a single Python file, stdlib only, no dependencies β just run breathe and follow the bar.<p>I'm a cardiology patient (HFrEF). Slow breathing at resonance frequency is one of the few non-pharmacological interventions shown to improve cardiac vagal tone and baroreflex sensitivity (Bernardi et al., Circulation 2002; Lancet 1998). I wanted a frictionless daily habit tool β no app store, no account, no subscription, just open terminal and go.<p>Design constraints, all grounded in the clinical literature:<p>- No breath retention β Valsalva risk in cardiac patients<p>- No rapid breathing β minimum 8-second cycles<p>- Exhale β€ 2x inhale β no evidence for extreme ratios<p>- Immediate exit, always β q or Ctrl+C restores the terminal even on crash<p>The README includes a resonance frequency measurement protocol for anyone with a chest-strap HRV monitor who wants to find their individual optimum instead of using the 6 bpm default.<p>macOS only (uses afplay for audio cues). MIT licensed.<p>pip install breathe-cli<p>or<p>brew tap marekkowalczyk/breathe && brew install breathe.
Show HN: 500 years of Joseon court omens as an observability dashboard
Hacker News (score: 115)[Monitoring/Observability] Show HN: 500 years of Joseon court omens as an observability dashboard
Zig ELF Linker Improvements Devlog
Hacker News (score: 94)[Other] Zig ELF Linker Improvements Devlog
Using safe-area-inset to build mobile-safe layouts
Hacker News (score: 12)[Other] Using safe-area-inset to build mobile-safe layouts
Zig: Build System Reworked
Hacker News (score: 130)[Build/Deploy] Zig: Build System Reworked
Show HN: Open-source private home security camera system (end-to-end encryption)
Hacker News (score: 19)[Other] Show HN: Open-source private home security camera system (end-to-end encryption) Hey everyone,<p>I previously introduced an open source private home security camera in 2024, which uses OpenMLS for end-to-end encryption: <a href="https://news.ycombinator.com/item?id=42284412">https://news.ycombinator.com/item?id=42284412</a>.<p>It was called Privastead then and it's now renamed to Secluso.<p>John Kaczman found my project from here and has been working on it with me over the last year and half. We've made a lot of improvements to the software, which we would like to share with you:<p>- You can now set this up on your Raspberry Pi in less than 5 minutes with no technical expertise using our easy-to-use GUI deploy tool. We've put together a comprehensive build-your-own guide that walks you through the required steps (you can find a link at the top of the repository README).<p>- We use a customized, minimal OS based on the Yocto project for the camera.<p>- Every part of our stack except for the iOS app has reproducible builds. This includes our Android app, camera/server binaries, deploy tool, and the aforementioned OS.<p>- We've re-designed our mobile app, which is now on the iOS App Store and Google Play store.<p>- We now support UnifiedPush for more privacy-preserving push notifications.<p>Looking forward to seeing what you all think!
[CLI Tool] Show HN: Promptloop β create, run, and improve prompt evals from the terminal a CLI agent for prompt evaluation loopsw