{"id":29487795,"url":"https://github.com/gabmus/razercommander","last_synced_at":"2025-10-09T19:08:27.323Z","repository":{"id":92455612,"uuid":"62919986","full_name":"GabMus/razerCommander","owner":"GabMus","description":"GTK contol center for managing razer peripherals on Linux","archived":false,"fork":false,"pushed_at":"2019-01-28T09:01:11.000Z","size":14667,"stargazers_count":172,"open_issues_count":25,"forks_count":24,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-07-15T16:54:15.276Z","etag":null,"topics":["driver","gtk","linux","razer-peripherals"],"latest_commit_sha":null,"homepage":null,"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/GabMus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-07-08T22:05:57.000Z","updated_at":"2025-07-08T16:12:48.000Z","dependencies_parsed_at":"2023-03-13T23:01:19.128Z","dependency_job_id":null,"html_url":"https://github.com/GabMus/razerCommander","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/GabMus/razerCommander","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabMus%2FrazerCommander","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabMus%2FrazerCommander/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabMus%2FrazerCommander/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabMus%2FrazerCommander/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GabMus","download_url":"https://codeload.github.com/GabMus/razerCommander/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabMus%2FrazerCommander/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001981,"owners_count":26083243,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"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":["driver","gtk","linux","razer-peripherals"],"created_at":"2025-07-15T09:15:41.566Z","updated_at":"2025-10-09T19:08:27.308Z","avatar_url":"https://github.com/GabMus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NOTICE: repo moved to \u003chttps://gitlab.com/gabmus/razercommander\u003e\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n# \u003cimg src=\"data/icons/org.gabmus.razercommander.svg\" align=\"left\" height=\"48\" width=\"48\" \u003e[razerCommander](https://gabmus.github.io/razerCommander)\n\n- [Website](https://gabmus.github.io/razerCommander)\n- [GitHub](https://github.com/gabmus/razercommander)\n- [GNOME GitLab](https://gitlab.gnome.org/GabMus/razercommander)\n\n![screenshot](preview.gif)\n\nRazer device manager for Linux\n\n## Supported hardware\n\nAny of the devices supported by the driver stack should work fine in razerCommander.\n\nFor a detailed list of supported devices refer to [this page](https://openrazer.github.io/)\n\n-   Keyboards\n-   Macro keypads (Tartarus, Orbweaver)\n-   Mice\n-   Laptops ***(keyboards only)***\n-   Headsets ***(possibly, untested)***\n-   Mousepads (Firefly)\n\n## Requirements\n\nTo install this software the first thing you need is to install the Openrazer driver. You can find installation instructions on the [Openrazer website](https://openrazer.github.io/).\n\nYou need 3 packages provided by `openrazer-drivers`:\n-   `openrazer-driver-dkms`: the actual driver, best if installed using DKMS\n-   `openrazer-daemon`: a daemon that interfaces with the driver, providing a higher level interface for it\n-   `python3-openrazer`: a python library that interfaces with the daemon, it's used by razerCommander, thus it's a direct dependency.\n\n## Installing\n\n### Installing on Arch Linux/Antergos/Manjaro\n\nYou can find razerCommander on AUR, as `razercommander-git` ([AUR page](https://aur.archlinux.org/packages/razercommander-git)).\nIf you use an AUR helper, it should automatically pull `openrazer-driver-dkms`, `openrazer-daemon` and `python-openrazer` as dependencies.\n\nAlternatively you can install these packages manually, or even opt for the git version of the driver stack (`openrazer-driver-dkms-git`, `openrazer-daemon-git`, `python-openrazer-git`).\n\n### Installing on Ubuntu/Debian\n\n**Note**: you will need python 3.6+ to run razerCommander. Here's [how to install python 3.6 on Ubuntu 16.04](https://askubuntu.com/questions/865554/how-do-i-install-python-3-6-using-apt-get/865569#865569)\n\nGo to the [releases page](https://github.com/GabMus/razerCommander/releases) and download the latest release available for your platform.\n\nAlternatively you can build a .deb package following the instructions below.\n\n### Installing on Fedora/RHEL/CentOS\n\nGo to the [releases page](https://github.com/GabMus/razerCommander/releases) and download the latest release available for your platform.\n\nAlternatively you can build a .rpm package following the instructions below.\n\n### Other distros\n\nYou can either run razerCommander without installing it (refer to the [Building for testing section](#building-for-testing)), or install it in your system (refer to the [Installing systemwide directly section](#build-and-install-systemwide-directly)).\n\n## Building\n\n### Building for testing\n\nThis is the best practice to test razerCommander without installing using meson and ninja.\n\n#### First time\n\n```bash\ngit clone https://github.com/gabmus/razercommander\ncd razercommander\nmkdir builddir\ncd builddir\nmeson ..\nmeson configure -Dprefix=$(pwd)/testdir\nninja install # This will actually install in razercommander/builddir/testdir\nninja run\n```\n\n#### Later on\n\n```bash\ncd razercommander/builddir\nninja install # This will actually install in razercommander/builddir/testdir\nninja run\n```\n\n### Building for Debian/Ubuntu\n\nBuild dependencies: `libglib2.0-dev pkg-config libappstream-glib-dev`\n\nWIP\n\n### Building for Fedora/RHEL/CentOS\n\nWIP\n\n### Building for Flatpak\n\nFirst install `flatpak` and `flatpak-builder` from your distro repository. Although it's not necessary, you may also want to install `gnome-software`.\n\nCreate a directory somewhere in your home, I suggest something like `~/razercommanderflatpak`.\n\nEither clone the whole razerCommander repo (`git clone https://github.com/gabmus/razercommander`) or just download the flatpak manifest file from this repo in `dist/flatpak/org.gabmus.razercommander.json`. In either case, put the files inside the directory you created before.\n\nRun the following: `flatpak-builder --repo=repo razercommander $PATH_TO_MANIFEST` where `$PATH_TO_MANIFEST` is the path to the `org.gabmus.razercommander.json` flatpak manifest. If everything works correctly, this command should create two directories `repo` and `razercommander` with flatpak stuff inside of your present working directory (again, I suggest to run everything inside a specifically designated directory).\n\nNow you'll be creating a flatpak bundle, so that you can install it and distribute it without messing with flatpak repos. To do this you run `flatpak build-bundle repo razercommander.flatpak org.gabmus.razercommander`. This will give you a razercommander.flatpak file inside your present working directory. To install it, either open it with `gnome-software` or run `flatpak install razercommander.flatpak`.\n\n*Note: I am a just a beginner with flatpak, and probably some of the instructions I gave in this section of the readme are wrong or could be done better. If you know a better way of doing this, please don't hesitate to make a pull request or open an issue.*\n\n### Build and install systemwide directly\n\nThis approach is discouraged, since it will manually copy all the files in your system. Uninstalling could be difficult and/or dangerous.\n\nBut if you know what you're doing, here you go:\n\n```bash\ngit clone https://github.com/gabmus/razercommander\ncd razercommander\nmkdir builddir\ncd builddir\nmeson ..\nninja install\n```\n\n## How can you help?\n\nPlease, fill up issues and help me test this little piece of software with as much hardware as possible.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabmus%2Frazercommander","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabmus%2Frazercommander","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabmus%2Frazercommander/lists"}