{"id":13560962,"url":"https://github.com/AUNaseef/protonup","last_synced_at":"2025-04-03T16:31:41.305Z","repository":{"id":41199369,"uuid":"357324469","full_name":"AUNaseef/protonup","owner":"AUNaseef","description":"Install and Update Proton-GE","archived":false,"fork":false,"pushed_at":"2023-10-19T02:08:30.000Z","size":46,"stargazers_count":579,"open_issues_count":16,"forks_count":24,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-03-05T20:54:26.924Z","etag":null,"topics":["automation","linux","proton","proton-ge-custom","python","steam"],"latest_commit_sha":null,"homepage":"","language":"Python","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/AUNaseef.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}},"created_at":"2021-04-12T20:04:47.000Z","updated_at":"2025-02-22T01:49:48.000Z","dependencies_parsed_at":"2024-01-17T16:06:46.017Z","dependency_job_id":null,"html_url":"https://github.com/AUNaseef/protonup","commit_stats":{"total_commits":32,"total_committers":8,"mean_commits":4.0,"dds":0.59375,"last_synced_commit":"54bcad9ac2469e76a675a0729828947a6131dacb"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AUNaseef%2Fprotonup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AUNaseef%2Fprotonup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AUNaseef%2Fprotonup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AUNaseef%2Fprotonup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AUNaseef","download_url":"https://codeload.github.com/AUNaseef/protonup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247037027,"owners_count":20873082,"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":["automation","linux","proton","proton-ge-custom","python","steam"],"created_at":"2024-08-01T13:00:51.199Z","updated_at":"2025-04-03T16:31:36.292Z","avatar_url":"https://github.com/AUNaseef.png","language":"Python","funding_links":[],"categories":["Applications","automation","Python"],"sub_categories":["Games"],"readme":"## Introduction\nCLI program and API to automate the installation and update of [GloriousEggroll](https://github.com/GloriousEggroll/)'s [Proton-GE](https://github.com/GloriousEggroll/proton-ge-custom)\n\n[![Downloads](https://pepy.tech/badge/protonup)](https://pepy.tech/project/protonup)\n\n## Installation\nInstall from Python Package Index\n```\npip3 install protonup\n```\nInstall from source\n```\ngit clone https://github.com/AUNaseef/protonup \u0026\u0026 cd protonup\npython3 setup.py install --user\n```\nIf you get a `command not found` error, add the following to your `~/.profile` (if it's not already present) and run `source ~/.profile`\n```\nif [ -d \"$HOME/.local/bin\" ] ; then\n    PATH=\"$HOME/.local/bin:$PATH\"\nfi\n```\n\n## Usage\nSet your installation directory before running the program with `-d \"your/compatibilitytools.d/directory\"`\n\nExample:\n```\nprotonup -d \"~/.steam/root/compatibilitytools.d/\"\n```\n---\nTo update to the latest version, just run `protonup` from a command line\n\nExample:\n```\nprotonup\n```\n---\nList available versions with `--releases`\n\nExample:\n```\nprotonup --releases\n```\n---\nInstall a specific version with `-t \"version tag\"`\n\nExample:\n```\nprotonup -t 6.5-GE-2\n```\n---\nBy default the downloads are stored in a temporary folder. Change it with `-o \"custom/download/directory\"`\n\nExample:\n```\nprotonup -o ~/Downloads\n```\n---\nList existing installations with `-l`\n\nExample:\n```\nprotonup -l\n```\n---\nRemove existing installations with `-r \"version tag`\n\nExample:\n```\nprotonup -r 6.5-GE-2\n```\n---\nUse `--download` to download  Proton-GE to the current working directory without installing it, you can override destination with `-o`\n\nExample:\n```\nprotonup --download\n```\n---\nUse `-y` toggle to carry out actions without any logging or interaction\n\nExample:\n```\nprotonup --download -o ~/Downloads -y\n```\n---\n### Restart Steam after making changes\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAUNaseef%2Fprotonup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAUNaseef%2Fprotonup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAUNaseef%2Fprotonup/lists"}