SkillAgentSearch skills...

LiveSplitOne

A version of LiveSplit that works on a lot of platforms.

Install / Use

/learn @LiveSplit/LiveSplitOne

README

<img src="https://raw.githubusercontent.com/LiveSplit/LiveSplitOne/master/src/assets/icon.svg" alt="LiveSplit" height="42" align="top"/> LiveSplit One

Build Status

LiveSplit One is a version of LiveSplit that uses the multiplatform livesplit-core library and web technologies like React to create a new LiveSplit experience that works on a lot of different platforms.

The web version of LiveSplit One is available here.

The latest desktop version of LiveSplit One, with support for global hotkeys, can be downloaded here.

[!NOTE] This is not yet optimized for desktop usage. It's mostly the same as the web version and there is no update mechanism.

Build Instructions

In order to build LiveSplit One, you need to install npm and the Rust compiler. Make sure to recursively clone the repository so that all git submodules are cloned as well:

git clone --recursive

Once you have cloned the repository and set up both npm and the Rust compiler, you need to install the WebAssembly target:

rustup target add wasm32-unknown-unknown

You also need to build wasm-bindgen:

cargo install wasm-bindgen-cli

You need to set up some npm modules before compiling the project:

npm install

You are now ready to build livesplit-core, which powers LiveSplit One:

npm run build:core

Now you can build and host LiveSplit One:

npm run serve

Browser Support

| Browser | Compatibility | Known Issues | | ----------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Chrome | ≥122 | GitHub issues by-label | | Firefox | ≥131 | GitHub issues by-label | | Edge | ≥122 | GitHub issues by-label | | Safari | ≥18.4 | | | Opera | ≥108 | GitHub issues by-label | | iOS | ≥18.4 | GitHub issues by-label | | Android WebView | ≥122 | GitHub issues by-label | | Chrome Android | ≥122 | GitHub issues by-label | | Firefox Android | ≥131 | GitHub issues by-label | | Internet Explorer | Unsupported | | | Opera Mini | Unsupported | |

View on GitHub
GitHub Stars291
CategoryDevelopment
Updated1d ago
Forks45

Languages

TypeScript

Security Score

100/100

Audited on Mar 27, 2026

No findings