{"id":31879469,"url":"https://github.com/linuxdicaspro/alpack","last_synced_at":"2025-10-13T00:30:07.436Z","repository":{"id":315314955,"uuid":"1058799754","full_name":"LinuxDicasPro/ALPack","owner":"LinuxDicasPro","description":"Portable rust tool for Alpine containers using proot and bwrap","archived":false,"fork":false,"pushed_at":"2025-09-17T23:12:53.000Z","size":690,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-17T23:25:39.786Z","etag":null,"topics":["alpine-linux","bubblewrap","bwrap","proot","rootfs","sandbox"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LinuxDicasPro.png","metadata":{"files":{"readme":"README.md","changelog":"changelog","contributing":null,"funding":null,"license":"LICENSE","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-09-17T15:05:27.000Z","updated_at":"2025-09-17T23:12:56.000Z","dependencies_parsed_at":"2025-09-17T23:25:43.425Z","dependency_job_id":"3f97e234-34fd-47a9-81b0-33a37015fb6e","html_url":"https://github.com/LinuxDicasPro/ALPack","commit_stats":null,"previous_names":["linuxdicaspro/alpack"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/LinuxDicasPro/ALPack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxDicasPro%2FALPack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxDicasPro%2FALPack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxDicasPro%2FALPack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxDicasPro%2FALPack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinuxDicasPro","download_url":"https://codeload.github.com/LinuxDicasPro/ALPack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxDicasPro%2FALPack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013644,"owners_count":26085298,"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-10-12T02:00:06.719Z","response_time":53,"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":["alpine-linux","bubblewrap","bwrap","proot","rootfs","sandbox"],"created_at":"2025-10-13T00:30:03.412Z","updated_at":"2025-10-13T00:30:07.411Z","avatar_url":"https://github.com/LinuxDicasPro.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"logo.png\" alt=\"ALPack\" width=\"320\"/\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\u003cstrong\u003eALPack - Alpine Linux SandBox Packager\u003c/strong\u003e\u003c/h1\u003e\n\n**ALPack** is a **portable** tool written in **Rust** for creating and\nmanaging **Alpine Linux rootfs**. It uses **proot** and **bubblewrap (bwrap)**\nto provide **isolated environments** without requiring superuser privileges.\n\n## ✨ Features\n\n- 📦 Easily create and manage **portable Alpine rootfs**.\n- ⚡ Fast and minimal Alpine Linux environment setup;\n- 🧪 Safe sandboxing for testing or restricted systems;\n- 📆 Command execution inside containers;\n- 📁 Support for multiple rootfs directories and caches;\n- 💪 Ideal for compiling static binaries using musl and Alpine's minimal toolchain.\n- 🛠️ Work directly with **APKBUILDs**, simplifying the packaging process.\n- 💼 Run anywhere without complex installation, thanks to its fully **portable design**.\n- 🔒 Runs without root;\n\nLightweight, fast, and productivity-focused, ALPack bridges the gap between Alpine\nLinux flexibility and secure isolated environments.\n\n## 🚀 Usage\n\nCreating an Alpine rootfs:\n\n```bash\n$ ALPack setup\n```\n\nRun an Alpine rootfs:\n\n```bash\n$ ALPack\n# or\n$ ALPack run\n```\n\nRunning in an isolated environment with proot or bwrap:\n\n```bash\n$ ALPack config --use-proot\n# or\n$ ALPack config --use-bwrap\n```\n\n## 📦 Optional Installation\n\nYou can install AlpineBox manually:\n\n```bash\n$ wget https://github.com/LinuxDicasPro/ALPack/releases/download/Continuous/ALPack\n$ chmod +x ./ALPack\n$ sudo mv ./ALPack /usr/bin/ALPack\n```\n\nRequired proot or bubblewrap packages.\n\n\n## 🧪 Why AlpineBox for Static Binaries?\n\nAlpine Linux uses the **musl libc** and provides toolchains that are\nnaturally geared toward **static compilation**. Combined with the\nlightweight nature of AlpineBox:\n\n* You can quickly set up isolated environments for building static binaries with `musl-gcc`;\n* Perfect for creating portable binaries that run across different Linux systems;\n* Avoids linking with host system libraries;\n* Small footprint and fast setup, ideal for CI/CD pipelines and embedded builds.\n\n---\n\n## 📄 License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxdicaspro%2Falpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinuxdicaspro%2Falpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxdicaspro%2Falpack/lists"}