Opslane Old banner
opslane opslane

Opslane Old

Development community

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

  1. Click "New Session" in the app
  2. Select a local Git repository
  3. Describe your task (e.g., "Add user authentication")
  4. Choose a Claude model (Sonnet, Opus, or Haiku)
  5. Click "Start Session"

Claude will begin working in an isolated container while you monitor progress in real-time.

How It Works

  1. Create Session - Select project directory, describe task, choose Claude model
  2. Claude Works - AI reads files, edits code, runs commands in isolated container
  3. Review Changes - View diffs in real-time with syntax highlighting
  4. Sync to Local - Apply container changes to your local repository when ready
  5. Archive - Preserve session history for f