Skip to content

7df-lab/devo

Repository files navigation

cover

An open-source coding agent that is blazing fast, secure, and model-provider agnostic.

🚧Early-stage project under active development — not production-ready yet. ⭐ Star us to follow

Status Language Origin License PRs Welcome

English | 简体中文 | 繁體中文 | 日本語 | 한국어 | Español | Français | Português do Brasil | Deutsch | Русский | Türkçe

Project Overview


📖 Table of Contents

📦 Installation

Linux / macOS

curl -fsSL https://raw.githubusercontent.com/7df-lab/devo/main/install.sh | sh

Windows

curl.exe -fsSL https://raw.githubusercontent.com/7df-lab/devo/main/install.ps1 | powershell -NoProfile -ExecutionPolicy Bypass -Command -

🚀 Quick Start

If you prefer to build from source, use the instructions below.

Build

git clone https://github.com/7df-lab/devo && cd devo
cargo build --release

# linux / macos
./target/release/devo onboard

# windows
.\target\release\devo onboard

Tip

Make sure you have Rust installed, 1.75+ recommended (via https://rustup.rs/).

FAQ

How is this different from Claude Code?

It's very similar to Claude Code in terms of capability. Here are the key differences:

  • 100% open source
  • Not coupled to any provider. Devo can be used with Claude, OpenAI, z.ai, Qwen, Deepseek, or even local models. As models evolve, the gaps between them will close and pricing will drop, so being provider-agnostic is important.
  • TUI support is already implemented.
  • Built with a client/server architecture. For example, the core can run locally on your machine while being controlled remotely (e.g., from a mobile app), with the TUI acting as just one of many possible clients.

🤝 Contributing

Contributions are welcome! This project is in its early design phase, and there are many ways to help:

  • Architecture feedback — Review the crate design and suggest improvements
  • RFC discussions — Propose new ideas via issues
  • Documentation — Help improve or translate documentation
  • Implementation — Pick up crate implementation once designs stabilize

Please feel free to open an issue or submit a pull request.

📄 License

This project is licensed under the MIT License.


If you find this project useful, please consider giving it a ⭐

About

Open coding agent, provider agnositc.

Resources

License

Contributing

Stars

Watchers

Forks

Contributors

Languages