Stratless is an open-source agent harness and execution orchestrator developed by the Stratless AI team. It provides a modular infrastructure designed to execute autonomous coding tasks, project updates, and agent workflows directly across developer workspaces. The system is structured around decoupled components, separating its command-line interface (`cli`) from the underlying execution environment (`runtime`). This architecture allows developers to trigger tasks from their local terminal while the runtime handles environment interactions, task evaluation, and codebase modifications. What distinguishes Stratless from monolithic terminal coding agents is its modular repository design, supporting standalone local operation (Stratless Solo) while keeping runtime mechanics isolated from distribution layers. The project is open source and hosted publicly on GitHub, currently in active development across its CLI and runtime modules.
Decoupled Architecture — Separates the CLI interface from the execution runtime for flexible agent orchestration. - Stratless Solo Mode — Supports standalone, single-developer agent workflows directly within code repositories. - CLI-Driven Task Execution — Operates natively from the terminal to initiate and monitor automated coding operations. - Modular Runtime Engine — Encapsulates execution logic into an isolated runtime package for cleaner dependency management. - Build Pipeline Isolation — Configured to manage distribution artifacts cleanly between web interfaces and CLI executables.
Use cases
Use Case: Local Repository Automation Developers execute the Stratless CLI to automate localized repository updates, refactors, and codebase inspections without leaving the command line.
Use Case: Custom Agent Harness Integration Engineers building custom agentic pipelines leverage the decoupled runtime layer to execute coding workflows independently of the standard user interface.
Use Case: Standalone Project Maintenance Individual contributors run Stratless Solo to manage single-repo development tasks, handling repetitive script maintenance and build configurations.
Who it is for
Stratless is designed for software engineers and systems developers who need an open-source, decoupled CLI harness to run agentic coding tasks locally. It is not intended for non-technical users seeking a turnkey web GUI or developers wanting fully managed cloud-only agent platforms.
Install guide
Installation Clone the repository and install workspace dependencies using standard Node package managers (standard method based on repository structure): bash git clone https://github.com/stratless-ai/stratless.git cd stratless npm install
First Run Build the CLI module and link it locally for terminal access: bash cd cli npm run build npm link
Example Session Verify the CLI installation and trigger an orchestration task: bash stratless --help stratless run "Analyze repository structure and verify build targets"
ActPlane — ActPlane is an open-source agent execution and policy enforcement harness developed by the Eunomia-bpf organization. It functions as a security…
Google AX — Google AX is an open-source agent harness and execution orchestrator developed by Google. It provides runtime infrastructure and execution sandboxing…
Skillreaper — Skillreaper is an open-source skill lifecycle management and auditing tool for AI agent ecosystems, developed by thousandflowers. It analyzes agent…
Agent Island — Agent Island is an open-source agent orchestration harness created by developer tristan666666 on GitHub. Designed as a framework for running…
hol-guard — hol-guard is a security scanner and agent guardrail harness developed by Hashgraph Online. Built to safeguard agentic runtime environments and…
NemoClaw — NemoClaw is an open-source agent orchestration harness and execution framework developed by NVIDIA. It provides structured runtimes, modular skill dispatching,…