{"id":50931385,"url":"https://github.com/noahm/smx-stage-udev","last_synced_at":"2026-06-17T04:32:17.585Z","repository":{"id":363673654,"uuid":"1264400122","full_name":"noahm/smx-stage-udev","owner":"noahm","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-09T22:32:05.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-09T23:12:44.758Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/noahm.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-06-09T21:11:31.000Z","updated_at":"2026-06-09T22:32:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/noahm/smx-stage-udev","commit_stats":null,"previous_names":["noahm/smx-stage-udev"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/noahm/smx-stage-udev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahm%2Fsmx-stage-udev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahm%2Fsmx-stage-udev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahm%2Fsmx-stage-udev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahm%2Fsmx-stage-udev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noahm","download_url":"https://codeload.github.com/noahm/smx-stage-udev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahm%2Fsmx-stage-udev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34434492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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":[],"created_at":"2026-06-17T04:32:16.884Z","updated_at":"2026-06-17T04:32:17.577Z","avatar_url":"https://github.com/noahm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# smx-stage-udev-rule\n\nInstalls a udev rule that grants read/write access to [StepManiaX Stage](https://www.stepmaniax.com/) devices in linux, allowing applications like [SMX Web Config](https://smx.tools/) to communicate with the pad.\n\n## Installation\n\nDownload the appropriate package for your distro from the [Releases](../../releases) page.\n\n**Debian / Ubuntu / Mint**\n\n```sh\nsudo dpkg -i smx-stage-udev-rule_1.0.0_all.deb\n```\n\n**Fedora / RHEL / openSUSE**\n\n```sh\nsudo rpm -i smx-stage-udev-rule-1.0.0-1.noarch.rpm\n```\n\n**Arch Linux**\n\nAvailable on the [AUR](https://aur.archlinux.org/packages/smx-stage-udev-rule) — install with your AUR helper:\n\n```sh\nyay -S smx-stage-udev-rule\n# or\nparu -S smx-stage-udev-rule\n```\n\nOr install the `.pkg.tar.zst` from the Releases page directly:\n\n```sh\nsudo pacman -U smx-stage-udev-rule-1.0.0-1-any.pkg.tar.zst\n```\n\nThe package runs `udevadm control --reload-rules \u0026\u0026 udevadm trigger --subsystem-match=hidraw` on install. Replug your stage after installing if it was already connected.\n\n## Manual installation\n\nIf you'd prefer not to use a package manager:\n\n```sh\nsudo cp 95-smx-stage.rules /usr/lib/udev/rules.d/\nsudo udevadm control --reload-rules\nsudo udevadm trigger --subsystem-match=hidraw\n```\n\nTo remove:\n\n```sh\nsudo rm /usr/lib/udev/rules.d/95-smx-stage.rules\nsudo udevadm control --reload-rules\n```\n\n## Building from source\n\nRequires [nFPM](https://nfpm.goreleaser.com/).\n\n```sh\nmkdir dist\nnfpm package --packager deb --target dist/\nnfpm package --packager rpm --target dist/\nnfpm package --packager archlinux --target dist/\n```\n\n## License\n\n0BSD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoahm%2Fsmx-stage-udev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoahm%2Fsmx-stage-udev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoahm%2Fsmx-stage-udev/lists"}