{"id":26958772,"url":"https://github.com/neoapps-dev/rustpack","last_synced_at":"2026-02-21T10:31:16.833Z","repository":{"id":285154174,"uuid":"957051626","full_name":"neoapps-dev/rustpack","owner":"neoapps-dev","description":"Bundle your Rust applications for seamless cross-platform execution","archived":false,"fork":false,"pushed_at":"2025-04-02T15:04:16.000Z","size":17521,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T08:02:45.215Z","etag":null,"topics":["bundle","pack","rust","tar","zip"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neoapps-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2025-03-29T12:44:15.000Z","updated_at":"2025-04-02T15:04:19.000Z","dependencies_parsed_at":"2025-03-29T22:22:15.405Z","dependency_job_id":"852955bb-ab5b-4c60-9c78-5af385837e00","html_url":"https://github.com/neoapps-dev/rustpack","commit_stats":null,"previous_names":["neoapps-dev/rustpack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/neoapps-dev/rustpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoapps-dev%2Frustpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoapps-dev%2Frustpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoapps-dev%2Frustpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoapps-dev%2Frustpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neoapps-dev","download_url":"https://codeload.github.com/neoapps-dev/rustpack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoapps-dev%2Frustpack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29679049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T09:33:50.764Z","status":"ssl_error","status_checked_at":"2026-02-21T09:33:19.949Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["bundle","pack","rust","tar","zip"],"created_at":"2025-04-03T04:30:12.473Z","updated_at":"2026-02-21T10:31:16.816Z","avatar_url":"https://github.com/neoapps-dev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/neoapps-dev/rustpack/main/assets/logo.png\" alt=\"RustPack Logo\" width=\"200\"/\u003e\n  \u003ch6\u003eLogo by \u003ca href=\"https://github.com/syntaxspin\"\u003e@syntaxspin\u003c/a\u003e\u003c/h5\u003e\n\u003ch1\u003eRustPack\u003c/h1\u003e\n  \u003cb\u003eBundle your Rust applications for seamless cross-platform execution\u003c/b\u003e\n\n  \u003cp\u003e\u003c/p\u003e\n  \u003cimg src=\"https://ziadoua.github.io/m3-Markdown-Badges/badges/LicenceGPLv3/licencegplv31.svg\"\u003e\u003c/img\u003e \u003cimg src=\"https://ziadoua.github.io/m3-Markdown-Badges/badges/Rust/rust1.svg\"\u003e\u003c/img\u003e \u003cimg src=\"https://ziadoua.github.io/m3-Markdown-Badges/badges/Windows/windows1.svg\"\u003e\u003c/img\u003e \u003cimg src=\"https://ziadoua.github.io/m3-Markdown-Badges/badges/macOS/macos1.svg\"\u003e\u003c/img\u003e \u003ccenter\u003e+ GNU/Linux\u003c/center\u003e\n\u003c/div\u003e\n\n## 🚀 What is RustPack?\n\nRustPack is a powerful tool that simplifies cross-platform Rust application distribution. Build once, run anywhere - without requiring your users to have Rust installed.\n\n```bash\nrustpack -i ./my-project -o my-awesome-app.rpack -t x86_64-apple-darwin,x86_64-pc-windows-msvc,x86_64-unknown-linux-gnu\n```\n\n## ✨ Features\n\n- **Single Executable** - Package your Rust application as a standalone executable\n- **Cross-Platform** - Automatically detects and runs the right binary for the user's platform\n- **Zero Dependencies** - Users don't need Rust or any other dependencies installed\n- **Multiple Architectures** - Build for various platforms in one operation\n- **Offline Execution** - Apps run without requiring network connectivity\n\n## 🛠️ Installation\n\nRustPack is available on [crates.io](https://crates.io/crates/rustpack):\n\n```bash\ncargo install rustpack\n```\n\n## 📋 Usage\n\n### Basic Usage\n\n```bash\nrustpack -i path/to/your/project -o output_name.rpack\n```\n\n### Specify Target Platforms\n\n```bash\nrustpack -i . -o myapp.rpack -t x86_64-apple-darwin,aarch64-apple-darwin,x86_64-unknown-linux-gnu\n```\n\n### Run Your Packaged App\n\n```bash\n./myapp.rpack\n```\n\n## 🔍 How It Works\n\nRustPack creates a self-extracting archive with a smart bootstrap script that:\n\n1. Detects the user's platform and architecture\n2. Extracts the appropriate binary\n3. Executes it with all command-line arguments passed through\n\n## 📊 Supported Platforms\n\n- 🍎 macOS (x86_64, aarch64)\n- 🐧 GNU/Linux (x86_64, aarch64, arm, x86)\n- 🪟 Windows (x86_64, x86)\n\n## 🤝 Contributing\n\nContributions are welcome! Feel free to open an issue or submit a pull request.\n\n## ❤️ Special Thanks\n\n- [The Rust Programming Language](https://rust-lang.org)\n- [SyntaxSpin](https://github.com/syntaxspin) for the logo :)\n\n## 📝 License\n\nThis project is licensed under the GNU GPL-3.0 License - see the [LICENSE](LICENSE) file for details.\n\n\u003cimg src=\"https://m3-markdown-badges.vercel.app/stars/1/1/neoapps-dev/rustpack\"\u003e \u003cimg src=\"https://m3-markdown-badges.vercel.app/issues/1/1/neoapps-dev/rustpack\"\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneoapps-dev%2Frustpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneoapps-dev%2Frustpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneoapps-dev%2Frustpack/lists"}