One clone, one build, the same five lines on every platform, because the tool is plain Node.js with no third party runtime dependencies. This is the path every capture on this site was taken from.
From source
availableThis is the only way to run OpenLimiter today, and it is the path every capture on this site was taken from. Clone the repository, build the workspace, and the command line tool is ready.
git clone https://github.com/lucaswebsystems/openlimiter
cd openlimiter
pnpm install
pnpm build
pnpm openlimiter demo
Node 24 or newer and pnpm 9.15.0, which the repository pins.
Windows
availableSame clone, same build. All one hundred tests run on Windows in continuous integration on every commit, and the cache writer retries the transient file locks Windows reports.
git clone https://github.com/lucaswebsystems/openlimiter
cd openlimiter
pnpm install
pnpm build
pnpm openlimiter demo
Node 24 or newer and pnpm 9.15.0, which the repository pins. PowerShell or any terminal you like.
macOS
availableSame clone, same build. Apple silicon and Intel both run it, because it is plain Node.js with no third party runtime dependencies.
git clone https://github.com/lucaswebsystems/openlimiter
cd openlimiter
pnpm install
pnpm build
pnpm openlimiter demo
Node 24 or newer and pnpm 9.15.0, which the repository pins.
Linux
availableSame clone, same build, and tested on Linux alongside Windows on every push.
git clone https://github.com/lucaswebsystems/openlimiter
cd openlimiter
pnpm install
pnpm build
pnpm openlimiter demo
Node 24 or newer and pnpm 9.15.0, which the repository pins.