{"id":18894559,"url":"https://github.com/redthing1/mim","last_synced_at":"2025-04-15T00:32:10.301Z","repository":{"id":189014656,"uuid":"679602042","full_name":"redthing1/mim","owner":"redthing1","description":"integrated mini-linux in podman. inspired by distrobox.","archived":false,"fork":false,"pushed_at":"2024-09-11T19:53:28.000Z","size":49,"stargazers_count":19,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-28T13:05:32.863Z","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}},"created_at":"2023-08-17T07:50:54.000Z","updated_at":"2025-03-07T17:54:44.000Z","dependencies_parsed_at":"2024-09-12T04:34:06.946Z","dependency_job_id":"0fc3e18e-e6db-4977-89ba-63c10e988440","html_url":"https://github.com/redthing1/mim","commit_stats":null,"previous_names":["redthing1/mim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redthing1%2Fmim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redthing1%2Fmim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redthing1%2Fmim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redthing1%2Fmim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redthing1","download_url":"https://codeload.github.com/redthing1/mim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248984449,"owners_count":21193754,"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","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":"2024-11-08T08:23:15.300Z","updated_at":"2025-04-15T00:32:06.652Z","avatar_url":"https://github.com/redthing1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# mim\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\nmim makes the above super easy. just build a machine image, create a container, then run `mim 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\nmim build -f ./demo/mim_fed.docker -n mim_fed\n```\n\n### create a mimchine\n\n```sh\nmim create -n mim_fed -H ~/Downloads\n```\n\n### open a shell in a mimchine\n\n```sh\nmim shell -c mim_fed\n```\n\n### destroy a mimchine\n\n```sh\nmim destroy -c mim_fed -f\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredthing1%2Fmim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredthing1%2Fmim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredthing1%2Fmim/lists"}