Wave of New Developer Tools: CLIs, Runtimes, and Proxies for Productivity
코딩/개발 | Wed Jul 08 2026 00:00:00 GMT+0000 (Coordinated Universal Time) | 5 sources
New developer tools were released including Apple Container UI, an AI coding agent multiplexer, a k/q runtime, a Postgres proxy, and a docx editing CLI.
Analysis
[Davit] released a native macOS UI for the Apple Container platform [1]
- SwiftUI-based open source app
- No Docker Desktop required
- Communicates directly with the Apple container daemon via XPC
- MIT licensed
- signed and notarized
[Herdr] launched an AI coding agent multiplexer terminal [2]
- Unified management of multiple agents including Claude Code
- Codex
- and opencode
- Session persistence on SSH remote servers
- Reconnect from mobile phones
- No Electron
- no accounts
- no telemetry
[l] released a new high-performance runtime for k4, q, and qSQL [3]
- Runs existing k4/q/qSQL code without modification
- Executes primitives directly on end-to-end compressed vectors
- Supports Apple Silicon NEON
- x86 AVX-512
- and GPU/NPU offload
- Automatic SIMD and threading selection
[PgDog] announced a new connection pooler that preserves Postgres features [4]
- Built-in SQL parser detects SET statements and stores per-client state
- Query pipelining for state synchronization
- Supports Postgres features like LISTEN/NOTIFY
- Solves PgBouncer's leaky abstraction problem
[docx-cli] released a Word document editing CLI for AI agents [5]
- Modifies XML in-place rather than rewriting OOXML from scratch
- Specifies text with stable locators (p3:5-20)
- 6x more accurate and 2.2x fewer tokens than the default approach on Haiku
- All 36 output files open correctly in Word
Sources
- [1] Show HN: Davit, a Apple Containers UI - Hacker News
- [2] Herdr: One terminal to rule them all - Hacker News
- [3] l: A new runtime for k and q - Hacker News
- [4] Why we built yet another Postgres connection pooler - Hacker News
- [5] Show HN: Docx-CLI: agents read/edit Word docs using 1/2 the time and tokens - Hacker News