Opslane Old
Description
Run multiple Claude Code sessions in parallel
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Opslane
Desktop app for managing multiple Claude Code sessions in parallel.
What is Opslane?
Opslane lets you work on multiple projects simultaneously with Claude AI assistance. Each session runs in an isolated Docker container, allowing you to experiment, iterate, and develop features without affecting your local repositories.
Claude can work on different features across multiple projects, review changes in real-time, and selectively apply them to your local codebase when ready.
Key Features
- 🚀 Multi-Session Management - Work on multiple projects simultaneously with isolated sessions
- 🔍 Live Diff Viewer - Review all file changes with syntax highlighting before applying
- 🔄 Two-Way Sync - Optional bidirectional file synchronization between container and local repo
- 📦 Docker Isolation - Each session runs in its own container with resource limits
- 📚 Session Archiving - Preserve completed sessions for future reference
Quick Start
Prerequisites
- Node.js 18+
- Rust 1.77+
- Docker Desktop (running)
- Claude Code CLI with OAuth credentials configured
Installation
git clone https://github.com/opslane/opslane.git
cd opslane
npm install
npm run tauri:dev
The app will launch with hot reload enabled for development.
First Session
- Click "New Session" in the app
- Select a local Git repository
- Describe your task (e.g., "Add user authentication")
- Choose a Claude model (Sonnet, Opus, or Haiku)
- Click "Start Session"
Claude will begin working in an isolated container while you monitor progress in real-time.
How It Works
- Create Session - Select project directory, describe task, choose Claude model
- Claude Works - AI reads files, edits code, runs commands in isolated container
- Review Changes - View diffs in real-time with syntax highlighting
- Sync to Local - Apply container changes to your local repository when ready
- Archive - Preserve session history for f
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development