{"id":18252250,"url":"https://github.com/dreaming-codes/nvidia_oc","last_synced_at":"2026-01-23T18:11:26.625Z","repository":{"id":247872198,"uuid":"827082953","full_name":"Dreaming-Codes/nvidia_oc","owner":"Dreaming-Codes","description":"A simple command line tool to overclock Nvidia GPUs using the NVML library on Linux. This supports both X11 and Wayland.","archived":false,"fork":false,"pushed_at":"2025-06-02T19:43:37.000Z","size":72,"stargazers_count":169,"open_issues_count":1,"forks_count":12,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-09-28T23:37:39.994Z","etag":null,"topics":["cli","linux","nvidia","nvidia-gpu","overclock","wayland","x11","xorg"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/nvidia_oc","language":"Rust","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/Dreaming-Codes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"Dreaming-Codes","custom":["https://www.paypal.com/paypalme/dreamingcodes"]}},"created_at":"2024-07-11T01:55:36.000Z","updated_at":"2025-09-21T19:00:29.000Z","dependencies_parsed_at":"2024-07-11T03:45:44.482Z","dependency_job_id":"70e14e9f-cf36-42a2-a176-23db08f26d4d","html_url":"https://github.com/Dreaming-Codes/nvidia_oc","commit_stats":null,"previous_names":["dreaming-codes/nvidia_oc"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/Dreaming-Codes/nvidia_oc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dreaming-Codes%2Fnvidia_oc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dreaming-Codes%2Fnvidia_oc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dreaming-Codes%2Fnvidia_oc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dreaming-Codes%2Fnvidia_oc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dreaming-Codes","download_url":"https://codeload.github.com/Dreaming-Codes/nvidia_oc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dreaming-Codes%2Fnvidia_oc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28697428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"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":["cli","linux","nvidia","nvidia-gpu","overclock","wayland","x11","xorg"],"created_at":"2024-11-05T09:50:33.816Z","updated_at":"2026-01-23T18:11:26.598Z","avatar_url":"https://github.com/Dreaming-Codes.png","language":"Rust","funding_links":["https://github.com/sponsors/Dreaming-Codes","https://www.paypal.com/paypalme/dreamingcodes","https://paypal.me/dreamingcodes"],"categories":[],"sub_categories":[],"readme":"# NVIDIA_OC\n\nNVIDIA_OC is a simple Rust CLI tool designed to overclock NVIDIA GPUs on Linux. This tool was developed to support both X11 and Wayland environments, addressing a gap in existing overclocking tools that only support X11.\n\n## Example Usage\n\nTo set the overclock parameters for your NVIDIA GPU, use the following command:\n\n```bash\n./nvidia_oc set --index 0 --power-limit 200000 --freq-offset 160 --mem-offset 850 --min-clock 0 --max-clock 2000\n```\n\n## Run on Startup\n\nTo ensure NVIDIA_OC runs on startup, follow these steps:\n\n1. Download the binary file from the [latest release](https://github.com/Dreaming-Codes/nvidia_oc/releases/).\n2. Store the binary file in a secure location.\n3. Create a systemd service file at `/etc/systemd/system/nvidia_oc.service` with the following content:\n\n```service\n[Unit]\nDescription=NVIDIA Overclocking Service\nAfter=network.target\n\n[Service]\nExecStart=[path_to_binary]/nvidia_oc set --index 0 --power-limit 200000 --freq-offset 160 --mem-offset 850 --min-clock 0 --max-clock 2000\nUser=root\nRestart=on-failure\n\n[Install]\nWantedBy=multi-user.target\n```\n\nReplace `[path_to_binary]` with the actual path where the binary is stored.\n\nTo create this file, you can run:\n\n```bash\nsudo nano /etc/systemd/system/nvidia_oc.service\n```\n\nPaste the content above, then press `Ctrl + X`, `Y` to confirm saving, and `Enter` to confirm the file path.\n\n4. Reload the systemd manager configuration:\n\n```bash\nsudo systemctl daemon-reload\n```\n\n5. Enable and start the service immediately:\n\n```bash\nsudo systemctl enable --now nvidia_oc\n```\n\n## Funding\n\nThis application is completely free, and I do not earn any money from your usage of it. If you would like to support my work, donations via PayPal or GitHub Sponsors are greatly appreciated.\n\n- **PayPal:** [Donate via PayPal](https://paypal.me/dreamingcodes)\n- **GitHub Sponsors:** [Sponsor on GitHub](https://github.com/sponsors/Dreaming-Codes)\n\nThank you for your support!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreaming-codes%2Fnvidia_oc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdreaming-codes%2Fnvidia_oc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreaming-codes%2Fnvidia_oc/lists"}