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.
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.
Quick Start
git clone https://github.com/litingyes/kenvo.git
cd kenvo
pnpm install
pnpm dev