{"id":46563273,"url":"https://github.com/ribbon-studios/protontweaks","last_synced_at":"2026-03-07T06:15:16.732Z","repository":{"id":225574875,"uuid":"766255102","full_name":"ribbon-studios/protontweaks","owner":"ribbon-studios","description":"Automatically apply necessary protontricks to your games!","archived":false,"fork":false,"pushed_at":"2025-01-13T20:29:36.000Z","size":285,"stargazers_count":5,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T21:30:25.495Z","etag":null,"topics":["automation","gaming","linux","proton","protontricks","steam","winetricks"],"latest_commit_sha":null,"homepage":"https://protontweaks.com","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/ribbon-studios.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},"funding":{"github":"cecilia-sanare","kofi":"cecis"}},"created_at":"2024-03-02T18:56:03.000Z","updated_at":"2025-01-13T20:29:39.000Z","dependencies_parsed_at":"2024-03-17T19:24:18.619Z","dependency_job_id":"e782ffae-29c5-472b-9308-0e26af5e69cb","html_url":"https://github.com/ribbon-studios/protontweaks","commit_stats":null,"previous_names":["cecilia-sanare/protontweaks","rain-cafe/protontweaks","ribbon-studios/protontweaks"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/ribbon-studios/protontweaks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ribbon-studios%2Fprotontweaks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ribbon-studios%2Fprotontweaks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ribbon-studios%2Fprotontweaks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ribbon-studios%2Fprotontweaks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ribbon-studios","download_url":"https://codeload.github.com/ribbon-studios/protontweaks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ribbon-studios%2Fprotontweaks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30208891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T05:23:27.321Z","status":"ssl_error","status_checked_at":"2026-03-07T05:00:17.256Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["automation","gaming","linux","proton","protontricks","steam","winetricks"],"created_at":"2026-03-07T06:15:16.189Z","updated_at":"2026-03-07T06:15:16.715Z","avatar_url":"https://github.com/ribbon-studios.png","language":"Rust","funding_links":["https://github.com/sponsors/cecilia-sanare","cecis"],"categories":[],"sub_categories":[],"readme":"[![Coverage][coverage-image]][coverage-url] [![CI Build][github-actions-image]][github-actions-url]\n\n\u003e [!IMPORTANT]  \n\u003e This is the Protontweaks CLI repository, you can find its sister repositories at the following links!\n\n- [CLI](https://github.com/rain-cafe/protontweaks) _(you are here)_\n- [App](https://github.com/rain-cafe/protontweaks-ui)\n- [Database / API](https://github.com/rain-cafe/protontweaks-db)\n\n## Protontweaks\n\n\u003e Automatically apply necessary protontricks to your games!\n\n### Requirements\n\n- [`protontricks`](https://github.com/Matoking/protontricks)\n\n### Installation\n\nThis will automatically install protontweaks with your systems package manager if its available\n\n```sh\n$ bash -c \"$(curl -fsSL https://protontweaks.com/install.sh)\"\n```\n\n#### NixOS\n\n\u003cdetails\u003e\n  \u003csummary\u003eNixOS Flake Example\u003c/summary\u003e\n\n```nix\n{\n  description = \"NixOS Example\";\n\n  inputs = {\n    nixpkgs.url = \"github:NixOS/nixpkgs/nixos-unstable\";\n    protontweaks.url = \"github:rain-cafe/protontweaks/main\";\n    protontweaks.inputs.nixpkgs.follows = \"nixpkgs\";\n  };\n\n  outputs = { self, nixpkgs, ... } @ inputs: {\n    nixosConfigurations =\n      let\n        inherit (self) outputs;\n        inherit (nixpkgs.lib) nixosSystem;\n      in\n      {\n        your-hostname = nixosSystem {\n          specialArgs = { inherit inputs outputs; };\n\n          modules = [\n            # This is just an example, you can obviously format this however you want!\n            ({ pkgs, ... }: {\n              imports = [\n                inputs.protontweaks.nixosModules.protontweaks\n              ];\n\n              nixpkgs = {\n                overlays = [\n                  inputs.protontweaks.overlay\n                ];\n              };\n\n              # This will install protontweaks and enable the watch service that automatically updates the launch options\n              services.protontweaks.enable = true;\n            })\n            # Your NixOS Modules here...\n            ../defaults/configuration.nix\n          ];\n        };\n      };\n  };\n}\n```\n\n\u003c/details\u003e\n\n### Usage\n\n#### Automatic\n\nThis installs a systemd service that automatically updates your launch options when you install a game.\n\n```sh\n$ protontweaks service --install\n```\n\n#### Manual\n\nAdd the following to the launch options for a steam game!\n\n```sh\nprotontweaks %command%\n```\n\n### Configuration\n\nWe attempt to load a configuration file from the following locations, from highest to lowest priority:\n\n1. `$XDG_CONFIG_HOME/protontweaks.json`\n2. `$HOME/.config/protontweaks.json`\n3. `/etc/protontweaks.json`\n\n```jsonc\n{\n  // Whether to automatically run games with gamemoderun (if installed and supported)\n  // Default: true\n  \"gamemode\": true,\n  // Whether to automatically run games with mangohud (if installed and supported)\n  // Default: false\n  \"mangohud\": true\n}\n```\n\n[github-actions-image]: https://img.shields.io/github/actions/workflow/status/rain-cafe/protontweaks/ci.yml?event=push\n[github-actions-url]: https://github.com/rain-cafe/protontweaks/actions/workflows/ci.yml?query=branch%3Amain\n[coverage-image]: https://img.shields.io/codecov/c/github/rain-cafe/protontweaks\n[coverage-url]: https://app.codecov.io/gh/rain-cafe/protontweaks\n[maintainability-image]: https://img.shields.io/codeclimate/maintainability/rain-cafe/protontweaks\n[maintainability-url]: https://codeclimate.com/github/rain-cafe/protontweaks/maintainability\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fribbon-studios%2Fprotontweaks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fribbon-studios%2Fprotontweaks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fribbon-studios%2Fprotontweaks/lists"}