Skip to content

Releases: 7df-lab/devo

v0.1.2

27 Apr 10:40

Choose a tag to compare

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

v0.1.1

24 Apr 18:32

Choose a tag to compare

v0.1.1 Release

🚀 We’re excited to announce the first public release of Devo v0.1.1 — a modern coding agent built for developers.

This release introduces Devo’s core architecture, interactive terminal UI, model-provider-agnostic support, and a more polished developer experience.

We’re also adding support for DeepSeek V4 Flash and DeepSeek V4 Pro, so you can start using Devo with your own API keys today.


✨ Highlights

  • Interactive Terminal UI (TUI)
  • Provider-agnostic model support
  • Improved onboarding experience
  • Better configuration and developer workflow
  • DeepSeek V4 Flash / Pro support
  • Cross-platform binaries

📦 Install

Option 1: Prebuilt Binary (Recommended)

Download the archive for your platform from the Assets section below, extract it, and place the devo binary (or devo.exe on Windows) somewhere in your PATH.

Supported Platforms

  • Linux x86_64 (x86_64-unknown-linux-gnu)
  • Linux ARM64 (aarch64-unknown-linux-gnu)
  • macOS Intel (x86_64-apple-darwin)
  • macOS Apple Silicon (aarch64-apple-darwin)
  • Windows x86_64 (x86_64-pc-windows-msvc)

Option 2: Build from Source

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

# Linux / macOS
./target/release/devo onboard

# Windows
.\target\release\devo onboard

🙌 Thanks

Thanks to everyone who contributed to this first public release.

Full changelog at commits.

What's Changed

New Contributors

Full Changelog: https://github.com/7df-lab/devo/commits/v0.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/7df-lab/devo/commits/v0.1.1

v0.1.0-alpha

24 Apr 13:39

Choose a tag to compare

v0.1.0-alpha Pre-release
Pre-release

v0.1.0 Release

🚀 We’re excited to announce the first public release of Devo v0.1.0 — a modern coding agent built for developers.

This release introduces Devo’s core architecture, interactive terminal UI, model-provider-agnostic support, and a more polished developer experience.

We’re also adding support for DeepSeek V4 Flash and DeepSeek V4 Pro, so you can start using Devo with your own API keys today.


✨ Highlights

  • Interactive Terminal UI (TUI)
  • Provider-agnostic model support
  • Improved onboarding experience
  • Better configuration and developer workflow
  • DeepSeek V4 Flash / Pro support
  • Cross-platform binaries

📦 Install

Option 1: Prebuilt Binary (Recommended)

Download the archive for your platform from the Assets section below, extract it, and place the devo binary (or devo.exe on Windows) somewhere in your PATH.

Supported Platforms

  • Linux x86_64 (x86_64-unknown-linux-gnu)
  • Linux ARM64 (aarch64-unknown-linux-gnu)
  • macOS Intel (x86_64-apple-darwin)
  • macOS Apple Silicon (aarch64-apple-darwin)
  • Windows x86_64 (x86_64-pc-windows-msvc)

Option 2: Build from Source

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

# Linux / macOS
./target/release/devo onboard

# Windows
.\target\release\devo onboard

🙌 Thanks

Thanks to everyone who contributed to this first public release.

Full changelog at commits.

What's Changed

New Contributors

Full Changelog: https://github.com/7df-lab/devo/commits/v0.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/7df-lab/devo/commits/v0.1.0