Skip to content

Download

Windows, macOS and Linux build and run it from a clone today. There is no npm package yet, and desktop, web and mobile are not built.

Available now

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

available

This 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

available

Same 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

available

Same 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

available

Same 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.

Not built yet

Everything below is written down so the direction is clear. None of it exists today, none of it can be installed or opened, there is no waiting list, and no date is being promised for any of it.

Global install from npm

planned

OpenLimiter is not published to npm, so there is no global command to install and no package to add to a project. Until it is published, use the clone above and run the tool through pnpm from the repository root.

Desktop application

in development

A tray icon beside the system clock, reading the same local cache the command line tool already writes. It is being built now. There is no build to download yet and no date.

Web app

planned

A browser view of the same local snapshot, installable to a phone home screen. Planned. There is nothing to open yet.

iOS

planned

Planned. Nothing has been submitted to the App Store, there is no build, and there is no waiting list.

Android

planned

Planned. Nothing has been submitted to Google Play, there is no build, and there is no waiting list.

Every tagged version lives on the releases page of the repository, and what changed in each one is on the changelog.