{"id":49298190,"url":"https://github.com/shiroblank/cvrmelonassistantlinux","last_synced_at":"2026-04-26T05:01:29.329Z","repository":{"id":353868337,"uuid":"1221095846","full_name":"ShiroBlank/CVRMelonAssistantLinux","owner":"ShiroBlank","description":"Funny cvr mod manager for linux","archived":false,"fork":false,"pushed_at":"2026-04-25T23:34:13.000Z","size":573,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-26T01:21:02.609Z","etag":null,"topics":["chilloutvr","linux","melonloader"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ShiroBlank.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-25T18:44:00.000Z","updated_at":"2026-04-25T23:38:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ShiroBlank/CVRMelonAssistantLinux","commit_stats":null,"previous_names":["shiroblank/cvrmelonassistantlinux"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ShiroBlank/CVRMelonAssistantLinux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShiroBlank%2FCVRMelonAssistantLinux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShiroBlank%2FCVRMelonAssistantLinux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShiroBlank%2FCVRMelonAssistantLinux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShiroBlank%2FCVRMelonAssistantLinux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShiroBlank","download_url":"https://codeload.github.com/ShiroBlank/CVRMelonAssistantLinux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShiroBlank%2FCVRMelonAssistantLinux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32286271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"online","status_checked_at":"2026-04-26T02:00:05.962Z","response_time":129,"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":["chilloutvr","linux","melonloader"],"created_at":"2026-04-26T05:01:28.129Z","updated_at":"2026-04-26T05:01:29.305Z","avatar_url":"https://github.com/ShiroBlank.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!NOTE]\n\u003e This project contains **vibe coded** code using [Claude](https://claude.ai) by Anthropic.\n\u003e It may contain bugs or behave unexpectedly. Use at your own risk, and please report issues on GitHub.\n\n# CVR MelonLoader Assistant — Linux Port\n\nA Linux port of [CVRMelonAssistant](https://github.com/Nirv-git/CVRMelonAssistant) by Nirv-git \u0026 knah, rewritten in Rust with a GTK4 GUI.\n\nPorted and maintained by **[Kneesox](https://kneesox.moe)**.\n\n![CVR MelonLoader Assistant screenshot](screenshot.png)\n![CVR MelonLoader Assistant screenshot 2](screenshot2.png)\n\n---\n\n## Features\n\n- 🔍 Auto-detects ChilloutVR via Steam\n- 📦 Browse, install, and uninstall mods from the CVRMG mod repository\n- ⬆️ Detect and update outdated mods \n- 🔗 Automatically resolves and installs mod dependencies on install\n- ⬇️ Install / update / remove MelonLoader\n- 🚫 Automatically quarantines mods marked **broken** or **retired** on update\n- 👤 Detects user-installed mods not listed in CVRMG — shown separately, never auto-updated\n- 🔎 Collapsible categories, search, and mod filtering\n- 🐛 Log scanner — parses MelonLoader logs to diagnose issues and missing dependencies\n- 🎨 Dark-themed GTK4 GUI\n\n---\n\n## Installation\n\n### Arch Linux, Manjaro, EndeavourOS, Steam Deck, and other Arch-based distros\n\nInstall from the AUR — the package always tracks the latest commit, so no manual version updates are needed:\n\n```bash\nparu -S cvr-melon-assistant-git\n# or\nyay -S cvr-melon-assistant-git\n```\n\n### AppImage — any distro\n\nPre-built AppImages are available on the [Releases page](https://github.com/ShiroBlank/CVRMelonAssistantLinux/releases):\n\n```bash\nchmod +x CVRMelonAssistant-x86_64.AppImage\n./CVRMelonAssistant-x86_64.AppImage\n```\n\n### Build from source\n\n**Requirements:** Rust 1.85+, GTK4 dev libraries, OpenSSL dev libraries.\n\n\u003cdetails\u003e\n\u003csummary\u003eUbuntu / Debian\u003c/summary\u003e\n\n```bash\nsudo apt install libgtk-4-dev pkg-config libssl-dev build-essential\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\nsource $HOME/.cargo/env\ncargo build --release\n```\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eFedora / RHEL\u003c/summary\u003e\n\n```bash\nsudo dnf install gtk4-devel pkgconf openssl-devel\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\nsource $HOME/.cargo/env\ncargo build --release\n```\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eArch Linux (manual build)\u003c/summary\u003e\n\n```bash\nsudo pacman -S gtk4 pkgconf openssl base-devel\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\nsource $HOME/.cargo/env\ncargo build --release\n```\n\u003c/details\u003e\n\nThe binary will be at `target/release/cvr-melon-assistant`.\n\n---\n\n## MelonLoader + Proton\n\nChilloutVR is a **Windows-only** game running via **Steam Play (Proton)** on Linux. Add this to ChilloutVR's Steam launch options to enable MelonLoader:\n\n```\nWINEDLLOVERRIDES=\"version=n,b\" %command%\n```\n\n---\n\n## Credits\n\n| | |\n|---|---|\n| Original Windows app | [Nirv-git \u0026 knah](https://github.com/Nirv-git/CVRMelonAssistant) |\n| Linux port | [Kneesox](https://kneesox.moe) |\n| AI assisted via | [Claude](https://claude.ai) by Anthropic |\n| Log scanner ported from | [Lumbot](https://github.com/Slaynash/Lumbot) by Slaynash |\n| Mod repository | [CVRMG](https://api.cvrmg.com/v1/mods) |\n| Mod loader | [MelonLoader](https://melonwiki.xyz) by LavaGang |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiroblank%2Fcvrmelonassistantlinux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshiroblank%2Fcvrmelonassistantlinux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiroblank%2Fcvrmelonassistantlinux/lists"}