{"id":30674415,"url":"https://github.com/feroult/swarmbox","last_synced_at":"2025-09-01T07:08:43.786Z","repository":{"id":305598864,"uuid":"1019884166","full_name":"feroult/swarmbox","owner":"feroult","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-28T21:22:41.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-29T02:48:37.056Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/feroult.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-15T03:06:33.000Z","updated_at":"2025-08-28T21:22:44.000Z","dependencies_parsed_at":"2025-08-20T16:53:31.706Z","dependency_job_id":null,"html_url":"https://github.com/feroult/swarmbox","commit_stats":null,"previous_names":["feroult/swarm","feroult/swarmbox"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/feroult/swarmbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feroult%2Fswarmbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feroult%2Fswarmbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feroult%2Fswarmbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feroult%2Fswarmbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feroult","download_url":"https://codeload.github.com/feroult/swarmbox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feroult%2Fswarmbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273086469,"owners_count":25043339,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-01T07:08:43.307Z","updated_at":"2025-09-01T07:08:43.767Z","avatar_url":"https://github.com/feroult.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Swarm Box\n\nA containerized development environment for AI-powered coding with Claude, supporting both Docker and Podman.\n\n## Features\n\n- 🐳 **Multi-runtime**: Supports Docker and Podman with automatic detection\n- 🔒 **Isolated environment** for safe AI development \n- 💾 **Persistent workspace** that survives container restarts\n- 🤖 **Claude integration** with MCP (Model Context Protocol) support\n- 🎭 **Playwright automation** for browser testing and interaction\n- 🛠️ **Complete toolchain**: Git, Node.js, Python, and essential development tools\n\n## Quick Start\n\n### 1. Build the Image\n\n```bash\n./build.sh                    # Uses Podman by default, falls back to Docker\n./build.sh --runtime docker   # Force Docker instead\n```\n\n### 2. Start Container\n\n```bash\n./start.sh                    # Uses Podman by default, falls back to Docker\n./start.sh --name my-project  # Custom container name\n./start.sh --runtime docker   # Force Docker instead\n```\n\n### 3. Setup Claude (Inside Container)\n\n```bash\n# Authenticate with Claude\nclaude --dangerously-skip-permissions\n\n# Initialize your project\nflow_init  # Alias for: npx claude-flow@alpha init --force\n```\n\n## Configuration Options\n\n### Build Script\n```bash\n./build.sh [OPTIONS]\n  --runtime docker|podman    # Container runtime (default: podman)\n  --name IMAGE_NAME          # Custom image name (default: swarmbox)\n  --no-cache                 # Build without cache\n  --reset                    # Remove existing containers/images first\n```\n\n### Start Script\n```bash\n./start.sh [OPTIONS]\n  --runtime docker|podman    # Container runtime (default: podman)\n  --name CONTAINER_NAME      # Custom container name (default: swarmbox)\n  --image IMAGE_NAME         # Custom image name (default: swarmbox)\n  --ports PORT_LIST          # Port mappings (e.g., --ports 3000,8080:80)\n  --reset                    # Reset container before starting\n```\n\n## Built-in Tools\n\n- **AI Development**: Claude CLI, claude-flow, MCP servers\n- **Browser Automation**: Playwright, Chromium\n- **Development**: Git, Node.js, Python, build tools\n- **System**: vim, htop, jq, curl, and essential Linux utilities\n\n## Testing\n\nRun the test suite to verify both Docker and Podman work correctly:\n\n```bash\n./test.sh\n```\n\n## Workspace\n\nYour work directory (`./.work/`) is mounted inside the container at `/home/agent`, ensuring files persist between container restarts.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferoult%2Fswarmbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fferoult%2Fswarmbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferoult%2Fswarmbox/lists"}