🍣 TunaCode AI CLI coding agent with safe git branches, rich tools & multi-LLM support.
# Add to your Claude Code skills
git clone https://github.com/alchemiststudiosDOTai/tunacodeA terminal-based AI coding agent with a NeXTSTEP-inspired interface.
Early stage software — not production ready. Under active development, expect bugs and breaking changes.
/resumeNo comments yet. Be the first to share your thoughts!
Recent Breaking Changes:
docs/ directory has been restructuredFor full details, see the CHANGELOG.
uv tool install tunacode-cli
Or with pip:
pip install tunacode-cli
git clone https://github.com/alchemiststudiosDOTai/tunacode.git
cd tunacode
make dev-setup
Or without make:
git clone https://github.com/alchemiststudiosDOTai/tunacode.git
cd tunacode
./scripts/dev-setup.sh
Common development tasks:
make dev-setup # Full setup for fresh clone
make install # Install/update dependencies
make run # Run the development server
make test # Run test suite
make lint # Run linters
make clean # Clean build artifacts
View technical debt:
uv run python scripts/todo_scan...