{"id":28431232,"url":"https://github.com/slimevr/slimevr-openvr-driver","last_synced_at":"2025-07-04T17:30:27.029Z","repository":{"id":40886329,"uuid":"354751092","full_name":"SlimeVR/SlimeVR-OpenVR-Driver","owner":"SlimeVR","description":"SlimeVR driver for OpenVR","archived":false,"fork":false,"pushed_at":"2025-07-04T01:30:31.000Z","size":3978,"stargazers_count":240,"open_issues_count":16,"forks_count":57,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-07-04T02:34:05.514Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SlimeVR.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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}},"created_at":"2021-04-05T07:13:35.000Z","updated_at":"2025-06-10T15:15:02.000Z","dependencies_parsed_at":"2024-04-25T23:42:26.994Z","dependency_job_id":"0fbcc67f-55f9-4b5a-afbc-e9e8d76c5aa0","html_url":"https://github.com/SlimeVR/SlimeVR-OpenVR-Driver","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/SlimeVR/SlimeVR-OpenVR-Driver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SlimeVR%2FSlimeVR-OpenVR-Driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SlimeVR%2FSlimeVR-OpenVR-Driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SlimeVR%2FSlimeVR-OpenVR-Driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SlimeVR%2FSlimeVR-OpenVR-Driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SlimeVR","download_url":"https://codeload.github.com/SlimeVR/SlimeVR-OpenVR-Driver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SlimeVR%2FSlimeVR-OpenVR-Driver/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263587858,"owners_count":23484820,"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":[],"created_at":"2025-06-05T14:36:40.968Z","updated_at":"2025-07-04T17:30:27.023Z","avatar_url":"https://github.com/SlimeVR.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SlimeVR-OpenVR-Driver\nSlimeVR driver for OpenVR. Used to communicate between the SlimeVR server and SteamVR.\n\n## How to get\n\nIt's recommended to install the driver via the SlimeVR installer here: https://github.com/SlimeVR/SlimeVR-Installer/releases/latest/download/slimevr_web_installer.exe\n\nAlternatively, you can also manually install it by following one of the two methods below.\n\n### Option one\n\nDownloaded the latest release here: https://github.com/SlimeVR/SlimeVR-OpenVR-Driver/releases/latest/download/slimevr-openvr-driver-win64.zip.\nCopy the `slimevr` folder in your SteamVR folder, usually it's located in `C:\\Program Files (x86)\\Steam\\steamapps\\common\\SteamVR\\drivers`. This should look like this:\n\n![img](https://eiren.cat/SQpk)  \n\n### Option two\n\nEdit file `C:\\Users\\\u003cUsername\u003e\\AppData\\Local\\openvr\\openvrpaths.vrpath`, add `\"Path\\\\to\\\\slimevr\",` to the list of external_drivers there, like this:\n\n![img](https://eiren.cat/ib4_)  \n*Don't forget to double backwards slashes!*\n\n## Contributions\nAny contributions submitted for inclusion in this repository will be dual-licensed under\neither:\n\n- MIT License ([LICENSE-MIT](/LICENSE-MIT))\n- Apache License, Version 2.0 ([LICENSE-APACHE](/LICENSE-APACHE))\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for\ninclusion in the work by you, as defined in the Apache-2.0 license, shall be dual\nlicensed as above, without any additional terms or conditions.\n\nYou also certify that the code you have used is compatible with those licenses or is\nauthored by you. If you're doing so on your work time, you certify that your employer is\nokay with this and that you are authorized to provide the above licenses.\n\n### Building\n\nClone the repo with `git clone --recurse-submodules https://github.com/SlimeVR/SlimeVR-OpenVR-Driver` to clone with all libraries and [vcpkg](https://vcpkg.io/en/getting-started.html) registry.\n\nTo build the project with VSCode on Windows you need to install [VS Build Tools](https://visualstudio.microsoft.com/downloads/).\n\nRun the bootstrap script to build vcpkg binary `.\\vcpkg\\bootstrap-vcpkg.bat` or `./vcpkg/bootstrap-vcpkg.sh`.\n\nAfter installing vcpkg if you're on Windows, you need to run `vcpkg integrate install` command from the vcpkg folder to integrate it for VSCode.\n\nFor other systems and IDEs instructions are not available as of now, contributions are welcome.\n\n### Updating vcpkg packages\n\nTo update vcpkg packages set the vcpkg registry submodule to a newer commit and rerun the bootstrap script.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslimevr%2Fslimevr-openvr-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslimevr%2Fslimevr-openvr-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslimevr%2Fslimevr-openvr-driver/lists"}