by vivy-company
Bring order to your projects, environments, and day-to-day work.
# Add to your Claude Code skills
git clone https://github.com/vivy-company/aizenEarly Access — Aizen is under active development with near-daily updates. Expect breaking changes and new features frequently.
Aizen is a macOS workspace for parallel development.
Bring order to your projects, environments, and day-to-day work.
Give each project or branch its own environment, with its own terminal, files, browser, agents, and state.

Aizen is an agentic-first developer workspace for macOS. It helps you run projects and branches in parallel without turning worktrees, folders, or copies into manual setup. Each environment keeps its own terminal, files, browser, agent sessions, Git context, and review state in one place.
aizen.xcodeproj and .xcworkspace projectsDownload from aizen.win
Signed and notarized with an Apple Developer certificate.
brew install ziggit clone https://github.com/vivy-company/aizen.git
cd aizen
# Build GhosttyKit.xcframework (pinned to Vendor/libghostty/VERSION by default)
./scripts/build-libghostty.sh
# Open in Xcode and build
open aizen.xcodeproj
To rebuild GhosttyKit at a specific commit:
./scripts/build-libghostty.sh <commit-sha>
Aizen now uses ACP registry agents as the default path.
Install the bundled CLI from Settings > General, then use commands like:
aizen open .
aizen workspace list
aizen terminal . --attach
aizen attach
The CLI can add or open projects, inspect tracked workspaces, create persistent terminals, and attach to tmux-backed sessions created in the app.
Settings > Terminal:
Settings > General:
| Shortcut | Action |
|----------|--------|
| ⌘ D | Split terminal right |
| ⌘ ⇧ D | Split terminal down |
| ⌘ W | Close pane |
| ⌘ T | New tab |
| ⇧ ⇥ | Cycle chat mode |
| ESC | Interrupt agent |
aizen/
├── App/ # Entry point
├── Models/ # Data models, ACP, Git, MCP, Tab, Terminal
├── Services/
│ ├── Agent/ # ACP client, registry, installers, session management
│ ├── Git/ # Worktree, branch, staging, diff, review, hosting
│ ├── Audio/ # Voice recording, transcription
│ ├── MCP/ # MCP server management
│ ├── Workflow/ # GitHub Actions / GitLab CI integration
│ └── Xcode/ # Xcode build and device integration
├── Views/
│ ├── Chat/ # Sessions, input, markdown, tool calls
│ ├── Worktree/ # List, detail, Git, workflow, review
│ ├── Terminal/ # Tabs, split layout, panes
│ ├── Files/ # Tree view, content tabs
│ ├── Browser/ # Tabs, controls
│ ├── Search/ # Search UI
│ ├── CommandPalette/ # Command palette
│ └── Settings/ # Settings panels and installers
├── GhosttyTerminal/ # libghostty wrapper
├── Managers/ # Shared state managers
└── Utilities/ # Helpers
Patterns:
AsyncStreamGNU General Public License v3.0
Copyright © 2026 Vivy Technologies Co., Limited
No comments yet. Be the first to share your thoughts!