Discover and explore top open-source AI tools and projects—updated daily.
open-gitagentRun AI agents serverlessly in the browser
New!
Top 98.5% on SourcePulse
Summary
ClawLess addresses the need for serverless, browser-based execution of AI agents. It provides a secure, sandboxed Node.js runtime environment using WebContainers (WASM), enabling users to run, observe, and control AI agents entirely within their browser without requiring a backend server. This offers a significant benefit for developers and researchers seeking isolated, auditable, and controllable AI agent development and deployment.
How It Works
The core of ClawLess is its utilization of the WebContainer API, which runs a full Node.js environment compiled to WebAssembly (WASM) directly in the browser. This allows seamless access to the vast npm ecosystem (3.4 million+ packages). The system enforces strict security through a fully isolated WASM sandbox, preventing access to the host system. Key architectural components include a declarative YAML policy engine for granular control over agent actions (file access, network, processes), and comprehensive end-to-end audit logging that captures every interaction for compliance and debugging.
Quick Start & Requirements
git clone https://github.com/open-gitagent/clawless.git
cd clawless
npm install
npm run dev
npm install clawcontainer
Highlighted Details
Maintenance & Community
The project is noted as being "Built with care by Shreyas Kapale / Lyzr." Community interaction points mentioned include GitHub Discussions and Issues, though direct links were not provided in the text. Users are encouraged to star the repository.
Licensing & Compatibility
The license type is not explicitly stated in the provided README text. Compatibility is primarily for browser-based execution using standard web technologies.
Limitations & Caveats
Runtime state is persisted to localStorage, enabling session survival across page reloads. However, a persistent filesystem across sessions and cloud deployment support are listed as future roadmap items, indicating current limitations in long-term state management and deployment flexibility.
2 weeks ago
Inactive
xlang-ai
letta-ai
Significant-Gravitas