{"id":20139657,"url":"https://github.com/livesplit/livesplitone","last_synced_at":"2025-05-16T14:05:04.638Z","repository":{"id":38916314,"uuid":"77633777","full_name":"LiveSplit/LiveSplitOne","owner":"LiveSplit","description":"A version of LiveSplit that works on a lot of platforms.","archived":false,"fork":false,"pushed_at":"2025-04-15T19:20:16.000Z","size":14935,"stargazers_count":263,"open_issues_count":32,"forks_count":37,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-04-19T16:11:11.511Z","etag":null,"topics":["hacktoberfest","javascript","livesplit","livesplit-one","react","rust","speedrun","speedrunning","timer","typescript","web","webassembly"],"latest_commit_sha":null,"homepage":"https://one.livesplit.org/","language":"TypeScript","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/LiveSplit.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}},"created_at":"2016-12-29T19:03:26.000Z","updated_at":"2025-04-15T19:17:08.000Z","dependencies_parsed_at":"2024-04-07T23:26:59.023Z","dependency_job_id":"33ce5aab-0693-4831-9ab6-fdf1736d5317","html_url":"https://github.com/LiveSplit/LiveSplitOne","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiveSplit%2FLiveSplitOne","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiveSplit%2FLiveSplitOne/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiveSplit%2FLiveSplitOne/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiveSplit%2FLiveSplitOne/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LiveSplit","download_url":"https://codeload.github.com/LiveSplit/LiveSplitOne/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254544146,"owners_count":22088807,"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":["hacktoberfest","javascript","livesplit","livesplit-one","react","rust","speedrun","speedrunning","timer","typescript","web","webassembly"],"created_at":"2024-11-13T21:46:28.675Z","updated_at":"2025-05-16T14:05:04.607Z","avatar_url":"https://github.com/LiveSplit.png","language":"TypeScript","readme":"# \u003cimg src=\"https://raw.githubusercontent.com/LiveSplit/LiveSplitOne/master/src/assets/icon.svg\" alt=\"LiveSplit\" height=\"42\" align=\"top\"/\u003e LiveSplit One\n\n[![Build Status](https://github.com/LiveSplit/LiveSplitOne/workflows/CI/badge.svg)](https://github.com/LiveSplit/LiveSplitOne/actions)\n\nLiveSplit One is a version of LiveSplit that uses the multiplatform\n[livesplit-core](https://github.com/LiveSplit/livesplit-core) library and web\ntechnologies like React to create a new LiveSplit experience that\nworks on a lot of different platforms.\n\nThe web version of LiveSplit One is available [here](https://one.livesplit.org/).\n\nThe latest desktop version of LiveSplit One, with support for global hotkeys, can be downloaded [here](https://github.com/LiveSplit/LiveSplitOne/releases/latest).\n\n\u003e [!NOTE]\n\u003e This is not yet optimized for desktop usage. It's mostly the same as the web version and there is no update mechanism.\n\n## Build Instructions\n\nIn order to build LiveSplit One, you need to install\n[npm](https://nodejs.org/en/download/) and the [Rust\ncompiler](https://www.rust-lang.org/). Make sure to recursively clone the\nrepository so that all git submodules are cloned as well:\n\n```bash\ngit clone --recursive\n```\n\nOnce you have cloned the repository and set up both npm and the Rust compiler, you need to install the WebAssembly target:\n\n```bash\nrustup target add wasm32-unknown-unknown\n```\n\nYou also need to build wasm-bindgen:\n\n```bash\ncargo install wasm-bindgen-cli\n```\n\nYou need to set up some npm modules before compiling the project:\n\n```bash\nnpm install\n```\n\nYou are now ready to build livesplit-core, which powers LiveSplit One:\n\n```bash\nnpm run build:core\n```\n\nNow you can build and host LiveSplit One:\n\n```bash\nnpm run serve\n```\n\n## Browser Support\n\n| Browser           | Compatibility | Known Issues                                                                                                                                                                                      |\n| ----------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| Chrome            | ≥112          | [![GitHub issues by-label](https://img.shields.io/github/issues/LiveSplit/LiveSplitOne/Chromium.svg)](https://github.com/LiveSplit/LiveSplitOne/issues?q=is%3Aissue+is%3Aopen+label%3A\"Chromium\") |\n| Firefox           | ≥121           | [![GitHub issues by-label](https://img.shields.io/github/issues/LiveSplit/LiveSplitOne/Firefox.svg)](https://github.com/LiveSplit/LiveSplitOne/issues?q=is%3Aissue+is%3Aopen+label%3AFirefox)     |\n| Edge              | ≥112          | [![GitHub issues by-label](https://img.shields.io/github/issues/LiveSplit/LiveSplitOne/Chromium.svg)](https://github.com/LiveSplit/LiveSplitOne/issues?q=is%3Aissue+is%3Aopen+label%3A\"Chromium\") |\n| Safari            | ≥18.2         |                                                                                                                                                                                                   |\n| Opera             | ≥98           | [![GitHub issues by-label](https://img.shields.io/github/issues/LiveSplit/LiveSplitOne/Chromium.svg)](https://github.com/LiveSplit/LiveSplitOne/issues?q=is%3Aissue+is%3Aopen+label%3A\"Chromium\") |\n| iOS               | ≥18.2         | [![GitHub issues by-label](https://img.shields.io/github/issues/LiveSplit/LiveSplitOne/iOS.svg)](https://github.com/LiveSplit/LiveSplitOne/issues?q=is%3Aissue+is%3Aopen+label%3AiOS)             |\n| Android WebView   | ≥112          | [![GitHub issues by-label](https://img.shields.io/github/issues/LiveSplit/LiveSplitOne/Android.svg)](https://github.com/LiveSplit/LiveSplitOne/issues?q=is%3Aissue+is%3Aopen+label%3AAndroid)     |\n| Chrome Android    | ≥112          | [![GitHub issues by-label](https://img.shields.io/github/issues/LiveSplit/LiveSplitOne/Android.svg)](https://github.com/LiveSplit/LiveSplitOne/issues?q=is%3Aissue+is%3Aopen+label%3AAndroid)     |\n| Firefox Android   | ≥121           | [![GitHub issues by-label](https://img.shields.io/github/issues/LiveSplit/LiveSplitOne/Android.svg)](https://github.com/LiveSplit/LiveSplitOne/issues?q=is%3Aissue+is%3Aopen+label%3AAndroid)     |\n| Internet Explorer | Unsupported   |                                                                                                                                                                                                   |\n| Opera Mini        | Unsupported   |                                                                                                                                                                                                   |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivesplit%2Flivesplitone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flivesplit%2Flivesplitone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivesplit%2Flivesplitone/lists"}