An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Agentty

![NPM Version](https://img.shields.io/npm/v/agentty)
[![codecov](https://codecov.io/gh/agentty-xyz/agentty/graph/badge.svg?token=YRGKGTM0HP)](https://codecov.io/gh/agentty-xyz/agentty)
[![Postsubmit](https://github.com/agentty-xyz/agentty/actions/workflows/postsubmit.yml/badge.svg?branch=main)](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.


Agentty demo

## 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