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/aizenLast scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:16:33.459Z",
"npmAuditRan": true,
"pipAuditRan": true
}aizen is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by vivy-company. Bring order to your projects, environments, and day-to-day work. It has 279 GitHub stars.
Yes. aizen passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/vivy-company/aizen" and add it to your Claude Code skills directory (see the Installation section above).
aizen is primarily written in Swift. It is open-source under vivy-company on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh aizen against similar tools.
No comments yet. Be the first to share your thoughts!
Early 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