Download
Every installer always points at the latest release; the desktop app keeps itself up to date after that.
tapstep desktop
latestmacOS · Windows · LinuxRecord by clicking through your app in your own browser window, run on local devices, repair a broken step in place, publish to your team.
- macOS (Apple Silicon): signed and notarized — opens without warnings.
- Windows (x64): not code-signed yet, so SmartScreen warns once — choose “More info → Run anyway”.
- Auto-updates on macOS, Windows and Linux (AppImage); a .deb install is re-downloaded by hand.
tapstep CLI
latestmacOS · Linux · WindowsThe engine as a command line — run flows locally and in CI, record-free.
# macOS (Apple Silicon) curl -fsSL https://s3.tapstep.dev/tapstep-cli/tapstep-latest-macos-arm64.tar.gz | tar -xz sudo mv tapstep /usr/local/bin/ # Linux (x86_64) curl -fsSL https://s3.tapstep.dev/tapstep-cli/tapstep-latest-linux-x86_64.tar.gz | tar -xz sudo mv tapstep /usr/local/bin/
Windows (x64): download tapstep-latest-windows-x86_64.zip and unzip tapstep.exe into a folder on your PATH. Then sign in once: tapstep login.
An Intel-Mac desktop build is still on the way. Setup details live in the installation guide.
By downloading and using tapstep you agree to the End User License Agreement.