Skip to content

Releases: juice094/devbase

devbase v0.1.0 — Bimodal Developer Workspace OS

20 Apr 11:50

Choose a tag to compare

🎉 First stable release

devbase is a local-first bimodal developer workspace OS: a multi-repository TUI dashboard for humans, and an MCP server with 14 tools for AI agents.

✨ Highlights

  • TUI Dashboard — Overview / Health / Insights tabs, responsive layout, cross-repo search
  • MCP Server — 14 structured tools for AI agents (stdio transport)
  • Safe Sync Engine — 4-tier policies (Mirror / Conservative / Rebase / Merge) with pre-flight safety checks
  • SQLite Registry — Git + non-Git workspace discovery, schema migrations, automatic backups
  • Knowledge Search — Tantivy full-text index + ripgrep code search
  • i18n — Chinese & English bilingual support

📦 Assets

File Platform Size
devbase.exe Windows x64 ~17 MB

🚀 Quick Start

# 1. Download devbase.exe and place it in your PATH
# 2. Scan your workspace
devbase scan . --register

# 3. Launch TUI
devbase tui
See README.md for full documentation.