Zdx is a coding agent built in Rust. I made it to have customization freedom and also for learnig purpose.
Disclaimer
- YOLO mode: the agent can access your files and tools. It can make destructive changes. Use at your own risk.
- Early-stage: expect breaking changes and unstable behavior while the project evolves.
Shell (macOS/Linux):
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tallesborges/zdx/releases/latest/download/zdx-installer.sh | shHomebrew:
brew install tallesborges/zdx/zdxFrom source:
git clone https://github.com/tallesborges/zdx.git
cd zdx
cargo install --path crates/zdx-clizdx --help
zdxzdx exec -p "hello"zdx botFirst time? Run
zdx config initand set your provider + telegram keys.
- Just the ones I use
This project was inspired by several excellent tools in the agentic coding space:
- pi-mono — AI-powered coding agent with terminal UI and SDK for AI-assisted development
- codex — OpenAI's open-source terminal-based agentic coding assistant
- AMP — Great UX inspiration for agentic coding workflows
- opencode — Open-source AI coding agent with TUI, desktop app, and VS Code extension
- oh-my-pi
MIT

