{"id":28894856,"url":"https://github.com/grll/bearclaude","last_synced_at":"2026-02-10T17:01:26.335Z","repository":{"id":296211516,"uuid":"992616188","full_name":"grll/bearclaude","owner":"grll","description":"Minimalistic Docker image with Claude CLI for containerized usage","archived":false,"fork":false,"pushed_at":"2025-05-29T13:19:25.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-30T20:56:15.147Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/grll.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-05-29T12:49:29.000Z","updated_at":"2025-05-29T13:19:28.000Z","dependencies_parsed_at":"2025-05-29T14:54:24.537Z","dependency_job_id":null,"html_url":"https://github.com/grll/bearclaude","commit_stats":null,"previous_names":["grll/bearclaude"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/grll/bearclaude","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grll%2Fbearclaude","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grll%2Fbearclaude/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grll%2Fbearclaude/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grll%2Fbearclaude/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grll","download_url":"https://codeload.github.com/grll/bearclaude/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grll%2Fbearclaude/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29308851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T16:09:25.305Z","status":"ssl_error","status_checked_at":"2026-02-10T16:08:52.170Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-06-21T04:14:27.025Z","updated_at":"2026-02-10T17:01:26.293Z","avatar_url":"https://github.com/grll.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BearClaude\n\nA minimalistic Docker image with Claude CLI pre-installed for containerized usage.\n\n## Usage\n\nPull and run the image from Docker Hub:\n\n```bash\ndocker run --rm -it graille/bearclaude\n```\n\nUsually more useful with mounting a folder with some code:\n\n```bash\ndocker run --rm -it -v $(pwd):/workspace graille/bearclaude\n```\n\nAlso possible to use with in non interactive mode, but you would need to mount `~/.claude/.credentials.json` on linux or bring those values from keychain MacOS into `/root/.claude/.credentials.json`\n\nAssuming I am already logged in locally on linux:\n\n```bash\ndocker run --rm -it -v $(pwd):/workspace graille/bearclaude -v ~/.claude/.credentials.json:/root/.claude/.credentials.json -p \"say hello\"\n```\n\n## Features\n\n- Based on `node:slim` for minimal size\n- Claude CLI v24.1.0 pre-installed\n- Ready to use out of the box\n\n## Examples\n\nRun Claude with specific commands:\n\n```bash\ndocker run --rm graille/bearclaude --help\ndocker run --rm graille/bearclaude --version\n```\n\nMount your project directory:\n\n```bash\ndocker run --rm -it -v $(pwd):/workspace -w /workspace graille/bearclaude\n```\n\n## Build Locally\n\n```bash\ngit clone https://github.com/graille/bearclaude.git\ncd bearclaude\ndocker build -t bearclaude .\n```\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrll%2Fbearclaude","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrll%2Fbearclaude","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrll%2Fbearclaude/lists"}