{"id":21040969,"url":"https://github.com/chfoo/takecrate","last_synced_at":"2025-10-28T22:08:41.824Z","repository":{"id":257809554,"uuid":"866981009","full_name":"chfoo/takecrate","owner":"chfoo","description":"Rust library for adding installer functionality to standalone binaries","archived":false,"fork":false,"pushed_at":"2024-11-06T20:08:26.000Z","size":151,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-11T08:17:09.232Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chfoo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-03T08:32:45.000Z","updated_at":"2024-11-06T19:57:33.000Z","dependencies_parsed_at":"2024-10-04T15:42:17.578Z","dependency_job_id":"91937e24-e4e1-4559-949e-d68089a960da","html_url":"https://github.com/chfoo/takecrate","commit_stats":null,"previous_names":["chfoo/takecrate"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chfoo%2Ftakecrate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chfoo%2Ftakecrate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chfoo%2Ftakecrate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chfoo%2Ftakecrate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chfoo","download_url":"https://codeload.github.com/chfoo/takecrate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254377508,"owners_count":22061160,"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-19T13:49:18.102Z","updated_at":"2025-10-28T22:08:41.817Z","avatar_url":"https://github.com/chfoo.png","language":"Rust","readme":"# Takecrate\r\n\r\nRust library for adding installer functionality to standalone binaries.\r\n\r\nThis crate enables CLI applications to be distributed as standalone binaries that can install and uninstall themselves.\r\n\r\n[![Crates.io Version](https://img.shields.io/crates/v/takecrate)](https://crates.io/crates/takecrate)\r\n[![docs.rs](https://img.shields.io/docsrs/takecrate)](https://docs.rs/takecrate)\r\n\r\n## Quick start\r\n\r\n```rust\r\nlet app_id = AppId::new(\"com.example.my-app\").unwrap();\r\nlet manifest = PackageManifest::new(\u0026app_id).with_self_exe().unwrap();\r\n\r\nif exe_name.ends_with(\"_installer\") {\r\n    takecrate::install_interactive(\u0026manifest).unwrap();\r\n}\r\n```\r\n\r\n## Features\r\n\r\nThis crate aims to be a safe and easy way for users to use binaries by automating the file copying and search path modification.\r\n\r\nSupported OS families: unix (macOS and Linux), windows.\r\n\r\nIn addition, notable quality of life features include:\r\n\r\n* Including files bundled beside the binary.\r\n* Option for installing for the current user or for all users.\r\n\r\n## Contributing \u0026 support\r\n\r\n* [Contributing](https://github.com/chfoo/takecrate/blob/main/.github/CONTRIBUTING.md)\r\n* [Support](https://github.com/chfoo/takecrate/blob/main/.github/SUPPORT.md)\r\n\r\n## License\r\n\r\nCopyright 2024-2025 Christopher Foo and Takecrate contributors. Licensed under Mozilla Public License 2.0\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchfoo%2Ftakecrate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchfoo%2Ftakecrate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchfoo%2Ftakecrate/lists"}