{"id":28051467,"url":"https://github.com/redthing1/mimchine","last_synced_at":"2025-09-07T07:34:38.162Z","repository":{"id":189014656,"uuid":"679602042","full_name":"redthing1/mimchine","owner":"redthing1","description":"integrated mini-linux in podman. inspired by distrobox.","archived":false,"fork":false,"pushed_at":"2025-08-20T23:15:01.000Z","size":85,"stargazers_count":25,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-21T01:13:21.801Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/redthing1.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":"2023-08-17T07:50:54.000Z","updated_at":"2025-08-20T23:15:05.000Z","dependencies_parsed_at":"2024-09-12T04:34:06.946Z","dependency_job_id":"0fc3e18e-e6db-4977-89ba-63c10e988440","html_url":"https://github.com/redthing1/mimchine","commit_stats":null,"previous_names":["redthing1/mim","redthing1/mimchine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/redthing1/mimchine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redthing1%2Fmimchine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redthing1%2Fmimchine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redthing1%2Fmimchine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redthing1%2Fmimchine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redthing1","download_url":"https://codeload.github.com/redthing1/mimchine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redthing1%2Fmimchine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274010104,"owners_count":25206763,"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-07T02:00:09.463Z","response_time":67,"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-05-12T01:03:03.144Z","updated_at":"2025-09-07T07:34:38.140Z","avatar_url":"https://github.com/redthing1.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\n# mimchine\n\nwell-integrated **mini-machines**; a portable linux that has all your data dirs mounted. inspired by [distrobox](https://github.com/89luca89/distrobox) and powered by podman.\n\n## what it's about\n\nsometimes, i want a linux terminal development environment on macos, and i want all my data magically linked in. so that i can cd to a source directory and seamlessly build it.\n\nwith the power of containers, we can do just that. we run a linux userspace of our choice (fully customizable by a dockerfile), and mount in all our directories.\n\nmimchine makes the above super easy. just build a machine image, create a container, then run `mimchine shell` and you're in!\n\n## setup\n\n### linux\n\nshould be all good to go\n\n### macos\n\nensure podman machine is initialized as such:\n\n```sh\npodman machine init --volume /Users --volume /Volumes\npodman machine stop \u0026\u0026 ulimit -n unlimited \u0026\u0026 podman machine start\n```\n\n## usage\n\n### build a mimchine image\n\n```sh\nmimchine build -f ./demo/mim_fed.docker -n mim_fed\n```\n\n### create a mimchine\n\n```sh\nmimchine create -n mim_fed -H ~/Downloads\n```\n\n### open a shell in a mimchine\n\n```sh\nmimchine shell -c mim_fed\n```\n\n### destroy a mimchine\n\n```sh\nmimchine destroy -c mim_fed -f\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredthing1%2Fmimchine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredthing1%2Fmimchine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredthing1%2Fmimchine/lists"}