2026-07-31 Picks: Rune, Kedge, Widen
Today's three picks all come from Hacker News, and all are developer-facing: a keyboard-driven IDE, a cloud platform that turns deployment into a single SSH command, and a Postgres client that puts text-to-SQL on your Mac.
Rune: Unix philosophy, finished as an IDE
Rune's tagline is "IDE firepower, Unix soul." It puts a command prompt inside the editor, drives everything from the keyboard, lets you split terminals endlessly, and shares one set of key bindings across the whole app. The 1.1 release on July 30 adds Python support, an Emacs editing mode, and a symbol index, and the app is now free. The author said on HN that 1.1 was scheduled two weeks earlier, but balancing new features against the flood of bug reports from launch month pushed it back. One commenter noted that Rune's "coming from Emacs" page honestly tells you to keep using Emacs for now, which made the product more appealing.
Kedge: deploy globally with one echo
Kedge's founder spent four years at Fly.io working toward a "global Heroku". Kedge's onboarding is almost absurdly simple: echo '# Hello, world!' | ssh kedge.dev puts a static site live. Under the hood it is hardware-isolated VMs; every app gets global SQLite and a shared filesystem, billing is per-second, idle apps scale to zero, and the free tier is $5/month. The author demoed a Hacker News clone built in about 60 lines of Markdown plus CSS, and the comment section was enthusiastic. Deployment works over SSH, Git, or HTTP, and GitHub push-to-deploy gives every PR a preview environment.
Widen: SQL written by the model on your Mac
Widen is a free, open-source, native macOS Postgres GUI. The author's motivation was practical: he paid for DataGrip for years, and adding text-to-SQL meant paying even more, so he built his own. Widen's agents read your schema, draft SQL, then actually verify it against PostgreSQL before showing it to you. Local mode uses Apple's on-device model and needs macOS 26 or later; cloud mode works on older systems. No account required, 15MB download, written in Swift, MIT licensed.
All three are usable for free right now. Rune fits IDE power users who want to drop the mouse, Kedge fits developers and AI agents that want a global deployment target at minimal cost, and Widen fits Mac users who work with Postgres daily and don't want to pay extra for AI features.







