https://github.com/agentty-xyz/agentty
Agentic Development Environment (ADE) in your terminal
https://github.com/agentty-xyz/agentty
ade agent claude cli codex gemini ide terminal tui
Last synced: about 1 month ago
JSON representation
Agentic Development Environment (ADE) in your terminal
- Host: GitHub
- URL: https://github.com/agentty-xyz/agentty
- Owner: agentty-xyz
- License: apache-2.0
- Created: 2026-02-04T03:53:57.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-27T05:27:05.000Z (about 1 month ago)
- Last Synced: 2026-04-27T06:33:35.642Z (about 1 month ago)
- Topics: ade, agent, claude, cli, codex, gemini, ide, terminal, tui
- Language: Rust
- Homepage: https://agentty.xyz
- Size: 190 MB
- Stars: 9
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Agentty

[](https://codecov.io/gh/agentty-xyz/agentty)
[](https://github.com/agentty-xyz/agentty/actions/workflows/postsubmit.yml)
Agentty is an **ADE (Agentic Development Environment) for structured, controllable
AI-assisted software development**. Built with Rust and [Ratatui](https://ratatui.rs),
and refined through its own day-to-day use, it brings agents, review, and iteration into
one focused terminal workflow.
## Installation
### npm (recommended, supports auto-update)
```sh
npm install -g agentty
```
### Other methods
npx (run without installing)
```sh
npx agentty
```
Shell
```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/agentty-xyz/agentty/releases/latest/download/agentty-installer.sh | sh
```
Cargo
```sh
cargo install agentty
```
## Usage
```sh
agentty # Launch with auto-update enabled (default)
agentty --no-update # Launch without automatic updates
```
## Documentation
Documentation for installation and workflows is available at
[agentty.xyz/docs](https://agentty.xyz/docs/).
> [!WARNING]
>
> Agentty is in active development. While releases follow Semantic Versioning, the
> current `0.y.z` series may still introduce breaking changes between releases as
> workflows, integrations, and safeguards evolve. Always review and verify the changes
> Agentty proposes or applies in your repositories before you rely on them.
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidance.
## License
Apache-2.0