Skip to content

Releases: O0000-code/Ensemble

Ensemble v1.0.0

07 Feb 06:28

Choose a tag to compare

A macOS desktop application for managing Claude Code configurations — Skills, MCP Servers, and CLAUDE.md files.

Highlights

  • Skills Management — Import, organize, and deploy Claude Code skill files with category/tag organization and AI-powered auto-classification
  • MCP Servers Management — Manage MCP server configurations with automatic tool discovery
  • CLAUDE.md Management — Centrally manage Claude Code instruction files
  • Scenes & Projects — Bundle configurations into reusable presets and deploy to project folders with one click
  • Finder Integration — Right-click "Open with Ensemble" for any folder

What's Included

Core Management

  • Import existing configurations from ~/.claude/ and ~/.claude.json
  • Category and tag organization with custom colors and icons
  • AI-powered auto-classification via Claude CLI
  • Global or project-level scope control
  • Usage statistics tracking

Scenes & Projects

  • Bundle Skills, MCPs, and CLAUDE.md files into reusable Scenes
  • Associate local project folders with Scenes
  • One-click configuration sync via symlinks (Skills) and .mcp.json (MCPs)
  • Configuration status tracking with clear and re-sync

System Integration

  • Finder Quick Action for right-click folder access
  • Terminal selection: Terminal.app, iTerm2, Warp, Alacritty
  • Trash and recovery system for deleted items
  • Import existing Claude Code configurations on first launch

Installation

macOS (Apple Silicon)

  1. Download Ensemble_1.0.0_aarch64.dmg
  2. Open the DMG and drag Ensemble to Applications

Build from Source

git clone https://github.com/O0000-code/Ensemble.git
cd Ensemble
npm install
npm run tauri build

Requirements: Node.js 18+, Rust 1.77+, macOS

Checksums (SHA-256)

File SHA-256
Ensemble_1.0.0_aarch64.dmg 5f6a63f966cb63a1b5d64480d8ef97da3792af50807194c811b295c73e2bcd1f

Technical Stack

  • Tauri 2 (Rust backend + WebView frontend)
  • React 18 + TypeScript + Tailwind CSS 4
  • Zustand state management
  • Native macOS window with custom titlebar

Full Changelog: https://github.com/O0000-code/Ensemble/commits/v1.0.0