{"id":50254901,"url":"https://github.com/phototonic/minimax-hub-linux","last_synced_at":"2026-05-27T05:00:53.042Z","repository":{"id":360335375,"uuid":"1249687590","full_name":"Phototonic/minimax-hub-linux","owner":"Phototonic","description":"Unofficial community Linux packaging for MiniMax Hub. Repackages the Windows Electron app for Debian/Ubuntu (.deb) and Fedora/RHEL/Rocky (.rpm) distributions.","archived":false,"fork":false,"pushed_at":"2026-05-26T01:22:45.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-26T02:32:25.181Z","etag":null,"topics":["community","deb","electron","linux","minimax","minimax-hub","packaging","rpm","unofficial"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/Phototonic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-26T00:37:35.000Z","updated_at":"2026-05-26T01:22:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Phototonic/minimax-hub-linux","commit_stats":null,"previous_names":["phototonic/minimax-hub-linux"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Phototonic/minimax-hub-linux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phototonic%2Fminimax-hub-linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phototonic%2Fminimax-hub-linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phototonic%2Fminimax-hub-linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phototonic%2Fminimax-hub-linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Phototonic","download_url":"https://codeload.github.com/Phototonic/minimax-hub-linux/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phototonic%2Fminimax-hub-linux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33551414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","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":["community","deb","electron","linux","minimax","minimax-hub","packaging","rpm","unofficial"],"created_at":"2026-05-27T05:00:37.806Z","updated_at":"2026-05-27T05:00:53.031Z","avatar_url":"https://github.com/Phototonic.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MiniMax Hub Linux\n\nUnofficial community Linux packaging for MiniMax Hub.\n\n\u003e **Note**: This project is not affiliated with MiniMax. MiniMax Hub is proprietary software owned by MiniMax. This repository contains packaging scripts and documentation; proprietary MiniMax payloads are not committed to the source tree.\n\n## Download Packages\n\nDownload the latest `.deb` or `.rpm` package from [GitHub Releases](https://github.com/Phototonic/minimax-hub-linux/releases).\n\nCurrent package names:\n\n- Debian/Ubuntu: `minimax-hub_0.1.45_amd64.deb`\n- Fedora/RHEL/Rocky/openSUSE: `minimax-hub-0.1.45-1.x86_64.rpm`\n\n## Installation\n\nDebian or Ubuntu:\n\n```bash\nsudo apt install ./minimax-hub_0.1.45_amd64.deb\n```\n\nFedora, RHEL, or Rocky:\n\n```bash\nsudo dnf install ./minimax-hub-0.1.45-1.x86_64.rpm\n```\n\nopenSUSE:\n\n```bash\nsudo zypper install ./minimax-hub-0.1.45-1.x86_64.rpm\n```\n\nLaunch from your desktop menu or run:\n\n```bash\nminimax-hub\n```\n\n## Features\n\n- Desktop launcher for MiniMax Hub\n- Protocol handler registration for MiniMax Hub links\n- Bundled Electron, Node.js, OpenCode, FFmpeg, and native module runtime payloads\n- Debian and RPM package metadata for common desktop Linux distributions\n- Desktop icon and application menu integration\n\n## Supported Distributions\n\n- Debian and Ubuntu via `.deb`\n- Fedora, RHEL, and Rocky Linux via `.rpm`\n- openSUSE via RPM-style install testing\n\nSee [`rpm/DEPENDENCIES.md`](rpm/DEPENDENCIES.md) for dependency mappings across distro families.\n\n## System Requirements\n\n- 64-bit x86 Linux desktop environment\n- GTK 3, NSS, X11, audio, and desktop integration libraries\n- Enough disk space for a full Electron application package\n\nThe packages declare the main distro dependencies. Bundled runtime components live under `/opt/minimax-hub`.\n\n## Maintainer Builds\n\nRelease packages are built locally because they require a MiniMax Hub installation supplied by the builder. The helper script builds packages only by default:\n\n```bash\nexport MINIMAX_HUB_SOURCE=\"/path/to/MiniMax Hub\"\nbash create-release.sh\n```\n\nMaintainers with release access can explicitly publish after a successful build:\n\n```bash\nbash create-release.sh --publish\n```\n\n`--publish` is the only mode that requires GitHub CLI authentication or uploads artifacts to GitHub Releases. On Windows Git Bash, `create-release.sh` defaults to `%LOCALAPPDATA%\\Programs\\MiniMax Hub` when `MINIMAX_HUB_SOURCE` is not set.\n\nFor detailed build, verification, and troubleshooting steps, see [`INSTALL.md`](INSTALL.md), [`CONTRIBUTING.md`](CONTRIBUTING.md), and [`LICENSES.md`](LICENSES.md).\n\n## Troubleshooting\n\n### App does not start\n\nRun from a terminal to see startup output:\n\n```bash\nminimax-hub\n```\n\n### Protocol links do not open\n\nRefresh desktop integration:\n\n```bash\nupdate-desktop-database ~/.local/share/applications 2\u003e/dev/null || true\n```\n\n### Package build fails\n\nCheck the staged payload and runtime files:\n\n```bash\nbash scripts/inspect-payload.sh --no-fail\nbash scripts/smoke-runtime.sh\nbash tests/verify-payload.sh\n```\n\nSee [`INSTALL.md`](INSTALL.md) for the full troubleshooting guide.\n\n## Disclaimer\n\nThis is an unofficial community packaging project. MiniMax is not affiliated with this repository. Generated packages may contain proprietary MiniMax application payloads supplied by the release builder, and those components remain subject to upstream MiniMax terms.\n\n## Links\n\n- [MiniMax](https://www.minimax.io/)\n- [Releases](https://github.com/Phototonic/minimax-hub-linux/releases)\n- [Issues](https://github.com/Phototonic/minimax-hub-linux/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphototonic%2Fminimax-hub-linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphototonic%2Fminimax-hub-linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphototonic%2Fminimax-hub-linux/lists"}