Kenvo
简体中文
AGPL-3.0 · Open Source

An AI-native terminal desktop workspace for developers.

Kenvo brings terminal, file browsing, Git operations, and local AI capabilities into a single Electron desktop window, letting you switch seamlessly between the command line and AI assistance.

Kenvo
~$ git status
On branch main
Your branch is up to date with 'origin/main'.
✓ feat: add AI-generated commit messages
~$_

Everything in one workspace

Multi-session Terminal

Launch real shell processes through Electron IPC with session tree grouping and sorting.

Git Workflow

Stage, commit, pull, push, fetch — plus AI-generated commit messages.

Extensible AI

Local Hono agent server wired to OpenAI, Anthropic, DeepSeek, Moonshot, Alibaba Cloud, and xAI.

File & Path Info

Right-side info panel shows path, command history, Git status, and file tree.

Themes

Light / dark / system modes with Kenvo, Ayu, and Catppuccin presets.

Local-first

Sessions, history, and settings persisted in SQLite and Electron Store.

Get Kenvo

Download the latest release for macOS or build from source.

Windows and Linux builds are coming soon.

Download for macOS (arm64)

Quick Start

bash
        git clone https://github.com/litingyes/kenvo.git
cd kenvo
pnpm install
pnpm dev