Zerostack 1.0.0: A Unix-Inspired Coding Agent in Pure Rust

Zerostack 1.0.0 has been published on crates.io. It's a coding agent built entirely in Rust, drawing inspiration from Unix design principles. Instead of a monolithic AI agent, Zerostack provides a set of composable CLI tools that communicate through stdin/stdout pipes, allowing developers to build custom workflows.
Key Features
- Unix philosophy: tools that do one thing and combine via pipes
- Pure Rust implementation — no runtime dependencies outside Rust ecosystem
- Small, focused commands for file editing, code search, shell execution, and LLM interaction
Usage Example
# Generate code with LLM and write to file
zerostack-ask "write a Rust function that sums a list" | zerostack-write src/sum.rs
The package is early-stage (v1.0.0) and aims to be a foundation for agentic workflows. Developers can extend it by chaining its tools with standard Unix utilities.
Who It's For
Rust developers who prefer modular, auditable AI tooling over black-box agents.
📖 Read the full source: HN AI Agents
👀 See Also

Delimit Governance Layer for Multi-Agent AI Development
Delimit is an open-source governance layer that coordinates multiple AI coding agents to prevent conflicts. It provides shared memory, collision detection, and audit tracking for agents like Claude Code, Codex, and Gemini.

Claude Code Dynamic Workflows: Parallel Subagents & UltraCode Mode
Claude Code introduces dynamic workflows that orchestrate tens to hundreds of parallel subagents for complex tasks like codebase-wide bug hunts, large migrations, and multi-angle verification. UltraCode mode auto-triggers workflows on hard problems.

PhantomCrowd: Multi-Agent Audience Simulator Using Claude Code
PhantomCrowd is a marketing-focused multi-agent prediction engine that simulates how real audiences react to content before posting. It generates 10-500 personas with unique demographics and personalities, each reacting independently to content like ad copy or social posts.

ClawVibe: A Hands-Free iOS Voice Assistant for AI Agents with On-Device STT/TTS
ClawVibe is a native iOS app that provides hands-free voice interaction with AI agents during commutes. It uses on-device speech recognition and TTS, supports CarPlay, and includes voice biometrics to filter background noise. Only text is sent over the network.