{"id":34237280,"url":"https://github.com/nibalizer/acs","last_synced_at":"2025-12-16T03:00:55.642Z","repository":{"id":310686693,"uuid":"1035291067","full_name":"nibalizer/acs","owner":"nibalizer","description":"Run AI Code Agents in parallel","archived":false,"fork":false,"pushed_at":"2025-09-22T22:26:03.000Z","size":22,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-23T00:20:00.517Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nibalizer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-10T04:31:01.000Z","updated_at":"2025-09-22T22:26:07.000Z","dependencies_parsed_at":"2025-08-19T17:39:02.773Z","dependency_job_id":"b5b8b61d-4537-4d70-8ca6-23ba8f0bce58","html_url":"https://github.com/nibalizer/acs","commit_stats":null,"previous_names":["nibalizer/acs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nibalizer/acs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nibalizer%2Facs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nibalizer%2Facs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nibalizer%2Facs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nibalizer%2Facs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nibalizer","download_url":"https://codeload.github.com/nibalizer/acs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nibalizer%2Facs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27758761,"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-12-16T02:00:10.477Z","response_time":57,"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-12-16T03:00:29.351Z","updated_at":"2025-12-16T03:00:55.633Z","avatar_url":"https://github.com/nibalizer.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ACS - AI Code Scaffolding\n\nEver wanted to run AI coding agents in parallel on the same project? Isolate them to run in docker so you can control what they have access to? Now you can!\n\n# Screengrab\n\n\u003cimg width=\"2316\" height=\"1250\" alt=\"image\" src=\"https://github.com/user-attachments/assets/bbb949f7-3156-48d1-8b9b-ca9474db058b\" /\u003e\n\n\n## Quickstart\n\n```\ngit clone https://github.com/nibalizer/acs\ncd acs/images/claude\ndocker build -t clauderunner .\ncd -\nexport PATH=${PATH}:/`pwd`/acs/bin\ncd \u003cmyproject\u003e\nacs start --agent claude .\n```\n\n## amp\n\nTo use amp\n\n```bash\nacs start --agent amp .\n```\n\n\n## claude\n\nTo use claude code\n\n```bash\nacs start --agent claude .\n```\n\n## Connecting services\n\nACS can connect to an existing docker network to allow it to connect to services e.g. postgres or your app.\n\n```\ncd examples/postgres\ndocker compose -f postgres_service.yaml up -d\ndocker network ls\nacs start --agent amp --network postgres_default .\n\n# in amp\n$ ./testdb.sh\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnibalizer%2Facs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnibalizer%2Facs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnibalizer%2Facs/lists"}