{"id":34639846,"url":"https://github.com/makedeb/mist","last_synced_at":"2025-12-24T17:15:40.515Z","repository":{"id":37526006,"uuid":"499923998","full_name":"makedeb/mist","owner":"makedeb","description":"The official command-line interface for the makedeb Package Repository","archived":false,"fork":false,"pushed_at":"2025-09-25T18:33:27.000Z","size":1131,"stargazers_count":78,"open_issues_count":32,"forks_count":8,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-11-21T09:28:19.792Z","etag":null,"topics":["hacktoberfest","makedeb","mpr"],"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/makedeb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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},"funding":{"github":"hwittenborn","patreon":"makedeb"}},"created_at":"2022-06-04T19:56:15.000Z","updated_at":"2025-11-07T06:57:37.000Z","dependencies_parsed_at":"2023-12-18T03:21:51.115Z","dependency_job_id":"0aa63118-4f7e-4f84-b62d-17329926acb3","html_url":"https://github.com/makedeb/mist","commit_stats":null,"previous_names":["makedeb/mpr-cli"],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/makedeb/mist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makedeb%2Fmist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makedeb%2Fmist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makedeb%2Fmist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makedeb%2Fmist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makedeb","download_url":"https://codeload.github.com/makedeb/mist/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makedeb%2Fmist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28005414,"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-12-24T02:00:07.193Z","response_time":83,"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":["hacktoberfest","makedeb","mpr"],"created_at":"2025-12-24T17:15:39.757Z","updated_at":"2025-12-24T17:15:40.509Z","avatar_url":"https://github.com/makedeb.png","language":"Rust","funding_links":["https://github.com/sponsors/hwittenborn","https://patreon.com/makedeb"],"categories":[],"sub_categories":[],"readme":"\u003e [!WARNING]\n\u003e makedeb is currently unmaintained: https://hunterwittenborn.com/blog/stepping-back-from-open-source/\n\n# Mist\n[![Latest deployment status](https://img.shields.io/drone/build/makedeb/mist?logo=drone\u0026server=https%3A%2F%2Fdrone.hunterwittenborn.com)](https://drone.hunterwittenborn.com/makedeb/mist/latest)\n[![MPR - mist](https://img.shields.io/badge/mpr-mist-orange)](https://mpr.makedeb.org/packages/mist)\n[![MPR - mist-bin](https://img.shields.io/badge/mpr-mist--bin-orange)](https://mpr.makedeb.org/packages/mist-bin)\n\nThis is the repository for Mist, the official command-line interface for the makedeb Package Repository.\n\nMist makes it easier for users to interact with the MPR in a variety of ways. Some of its most notable features include:\n\n- Functioning as a wrapper around APT, adding in MPR functionality such as:\n- - The ability to install, upgrade, and remove both APT and MPR packages.\n- - Automatic dependency resolution for packages from the MPR, as well as APT.\n- - Searching and listing both APT and MPR packages.\n- Cloning packages from the MPR.\n- Listing comments for packages from the MPR.\n- Commenting packages from the MPR.\n\n## Installation\nUsers have a few options for installing Mist:\n\n### From the Prebuilt-MPR (Recommended)\nThis is the recommended way to install Mist. It avoids the need to compile any software, allows for automatic upgrades via APT (and Mist once it's installed), and gets you set up in just a couple of minutes.\n\nFirst, [set up the Prebuilt-MPR on your system](https://docs.makedeb.org/prebuilt-mpr/getting-started), then just run the following to install Mist:\n\n```sh\nsudo apt install mist\n```\n\n\u003e You'll also need to have [makedeb installed](https://docs.makedeb.org/installing) if it is not already.\n\n### From the MPR\nYou can also install Mist directly from the MPR if you'd prefer that.\n\n#### From Source\nTo install from source, install `mist` from the MPR:\n\n```sh\ngit clone 'https://mpr.makedeb.org/mist'\ncd mist/\nmakedeb -si -H 'MPR-Package: yes'\n```\n\n\u003e If you omit `-H 'MPR-Package: yes'`, Mist will be **unable to update itself**.\n\n\u003e Mist currently requires the nightly version of the Rust compiler toolchain in order to build. To build it locally, it's recommended to use [rustup](https://rustup.rs), which will automatically manage and update the nightly toolchain on your local system. If preferred, rustup can be installed from the [MPR](https://mpr.makedeb.org/packages/rustup) or the Prebuilt-MPR.\n\n#### From a Binary\nTo install Mist from a prebuilt binary, install the `mist-bin` package:\n\n```sh\ngit clone 'https://mpr.makedeb.org/mist-bin'\ncd mist-bin/\nmakedeb -si\n```\n\n## Contributing\nIf there's something you want added/fixed in Mist, feel free to open a pull request. There aren't many guidelines on what you should do quite yet, so just submit your changes and we can figure out what to do from there!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakedeb%2Fmist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakedeb%2Fmist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakedeb%2Fmist/lists"}