Coming SoonIntroducing CrabQL — proactive code integrity assurance for mission-critical pipelines.Learn more →
___ ___
/ \ / \
| () |___| () |
\___/ \___/
|| 🦀 ||
||_______||
/| | | |\
/ |__| |__| \
|___| |___|

CRABCODE

Eliminate Friction. Accelerate Value Delivery.

Enterprise-grade workspace orchestration platform enabling cross-functional engineering excellence.
Reduce environment provisioning overhead by 94%. Increase team output by 147%. Drive measurable business outcomes.

Click to copycurl -fsSL https://raw.githubusercontent.com/promptfoo/crabcode/main/install.sh | bash
View Source Repository

Engineered for Operational Excellence

Parallel Workspace Orchestration

Leverage horizontally-scalable development environments with dedicated git worktrees, automated port allocation, and pre-configured tmux sessions. Teams report 312% improvement in parallel workstream capacity. Realize immediate synergies across your development lifecycle.

$crab ws 1
✓ Worktree provisioned: ~/project-workspaces/ws-1
✓ Branch isolation: workspace-1
✓ Resource allocation: API=3001, VITE=5174
✓ Environment operationalized. You're in. 🦀
🔌

Intelligent Resource Allocation

AI-driven .env detection with conflict-free port assignment enables seamless multi-workspace execution. Reduces configuration-related incidents by 89%. Zero-touch. Zero friction.

💾

Stateful Session Continuity

Enterprise-grade checkpoint and restore capabilities ensure zero context loss. Organizations report 67% reduction in "ramp-up time" after interruptions. Resume exactly where you left off.

📤

Unified Asset Distribution

Streamline cross-functional collaboration via multi-channel distribution (Slack, SSH, SMTP). Reduces asset handoff time by 84%. SOC 2-ready architecture.

💬

Integrated Communications Layer

Eliminate application context-switching with native Slack integration and peer-to-peer messaging. Internal studies show 73% reduction in cognitive overhead and 156% improvement in cross-team alignment velocity.

$crab slack @engineering-lead "deployment complete, SLAs nominal"
✓ Stakeholder notified (avg response time: 4.2min)
$crab msg @teammate "review ready on ws-3"
✓ Delivered via P2P relay (text-to-speech: on)
🏛️

Multi-Agent Code Review Tribunal

Enterprise-grade pull request assurance via the judge pattern. Two independent AI reviewers analyze your PR in parallel. A judge orchestrator verifies every finding against actual code, resolves disagreements, and delivers a verdict with zero false positives. Organizations report 91% reduction in escaped defects and 68% faster review cycle times.

$crab court 3230
⚖️ Assembling review tribunal...
✓ Reviewer A (Teammate): analyzing architecture impact
✓ Reviewer B (Codex): analyzing implementation correctness
✓ Judge: cross-referencing findings against source...
✓ Verdict delivered. 0 false positives. Justice served. 🦀
🎫

Ticket-Driven Development

Connect workspaces directly to Linear tickets for automatic context injection. Branch naming, ticket metadata, and agent context are all provisioned from a single identifier. Reduces ticket-to-first-commit latency by 76%.

🌐

Multi-Project Orchestration

Manage unlimited repositories from a single crabcode installation. Per-project configs at ~/.crabcode/projects/ with automatic cwd-based detection. crab @alias targeting eliminates context confusion across portfolio workstreams.

⌨️

User-Configurable Command Aliases

Define custom shorthand for frequently-used workflows via crab alias set. Reduce keystroke overhead by 62% for repetitive operations. Aliases persist globally across sessions and projects.

🔧

Accelerated Time-to-Productivity

crab init requires 3 inputs. crab config scan handles the rest. New engineers reach full productivity 37% faster. Scale your team without scaling onboarding overhead.

🎯

Persistent Configuration Layer

Dedicated .local/ volume ensures 100% tooling consistency across workspace lifecycle events. Eliminates "works on my machine" incidents. Compliance preserved.

0%
Reduction in Setup Overhead
0%
Less Context Switching
0x
Sprint Velocity Multiplier
0%
Faster Headcount Scaling
0
Eng Hours Saved/Quarter
0%
Fewer Escaped Defects
$0M
Annual Productivity Gains*
0
Engineer Satisfaction (NPS)

*Based on internal analysis of 50-person engineering organization. Individual results may vary. Assumes $185K fully-loaded engineer cost.

Optimized Developer Experience

crab:workspace-1
terminal
~/project-ws-1 $

Environment provisioned.
Ready for value delivery.
main
codex>

AI pair programming
session operationalized. 🦀
server
$ pnpm dev

▸ Service: localhost:3001
▸ Live reload: enabled
// Next from CrabCodeComing Soon

CrabQL

Next-generation code integrity assurance platform purpose-built for regulated, compliance-forward engineering organizations. CrabQL enables holistic vulnerability surface mapping through a declarative query paradigm — transforming your codebase into a fully auditable, continuously-assessed risk domain. Shift left at scale. Drive measurable security posture improvements across every sprint.

  • Turnkey compliance orchestration with pre-built governance packs aligned to OWASP Top 10, CWE/SANS 25, SOC 2 Type II, and ISO 27001 control frameworks
  • Cross-boundary taint propagation analysis with propagates_through semantics — 360° visibility into data flow risk vectors
  • Seamless CI/CD integration via crab pipeline audit — zero-config SARIF output enables frictionless DevSecOps alignment
  • Sub-second incremental analysis powered by workspace-aware differential indexing — no build overhead, no developer friction
  • Executive-ready risk dashboarding with customizable KPI rollups for quarterly security posture reporting
Entering Private Beta — Waitlist Opening Q2 2026
supply-chain-integrity-posture.crabql
1// Holistic ingress vector surface mapping
2// Governance Pack: SOC2-T2 | Sprint: Q2-2026
3fromTrustBoundary.ingress_vector() as surface
4where surface.propagates_through(
5  DataFlow.cross_boundary_taint({
6    sanitizers: Governance.approved_controls(),
7    compliance: "SOC2-CC6.1"
8  })
9)
10reachesCriticalPath.business_logic()
11select surface,
12  severity: RiskMatrix.auto_classify(),
13  escalate: "stakeholder-security-review",
14  kpi_impact: "MTTR, posture-score"

Stop Managing Toil
Start DrivingImpact

Command Line Interface

🦀 Workspaces

crab ws new

Provision next available workspace with auto-scaling

crab ws <N>

Instantiate or access workspace by identifier

crab restart

Execute state reset with pane reinitialization

crab cleanup

Complete teardown and reprovisioning cycle

Continuity & Recovery

crab wip save

Create point-in-time environment snapshot

crab wip --continue

Restore from most recent recovery point

crab wip --resume

Interactive recovery point selection

Cross-Functional Collaboration

crab tk share <path>

Generate secure time-limited asset URL

crab tk share --to slack:#channel

Direct stakeholder distribution via channel

crab tk share --serve

Self-service provisioning with QR endpoint

Stakeholder Communications

crab slack @user "msg"

Direct stakeholder notification

crab slack #channel "msg"

Broadcast to relevant workstreams

crab slack chat @user

Synchronous collaboration session

P2P Messaging

crab msg @user "message"

Direct peer-to-peer message via self-hosted relay

crab msg start

Provision relay server for team communication

crab msg listen

Real-time message stream with text-to-speech delivery

crab msg say on/off

Toggle audible notification for inbound messages

Code Review Assurance

crab review <PR>

Quick single-agent PR analysis and assessment

crab court <PR>

Multi-agent tribunal review with judge pattern

crab review ls

Enumerate review sessions with status indicators

crab review show <PR>

Retrieve saved review findings and verdict

Ticket Integration

crab ticket <ID>

Provision workspace from Linear ticket with auto-context

crab ws <N> ticket <ID>

Bind ticket context to specific workspace instance

Multi-Project Management

crab @alias ws <N>

Target workspace operations to specific project

crab projects

Enumerate registered projects with tmux session status

crab default <alias>

Designate primary project for ambient command resolution

Extensibility & Customization

crab alias set <name> <cmd>

Register persistent command shorthand

crab alias

Enumerate configured aliases with resolution targets

crab session resume <name>

Restore named agent session with full context continuity

( •_•)
watching