OVARI TERMINALv0.2.0

/ Download

Download

Pick your system. The installers are unsigned, which is why the SHA-256 is right here.

Current version: v0.2.0

Download

Windows installer

Windows 10 or newer · x64 · NSIS installer · X64 · v0.2.0 · direct file

macOS disk image

macOS 11 or newer · DMG · ARM64 · v0.2.0 · direct file

macOS disk image

macOS 11 or newer · DMG · X64 · v0.2.0 · direct file

Linux AppImage

x86_64 · AppImage, mark it executable · X64 · v0.2.0 · direct file

Build from source

The same two commands on every platform. An installer has to be built on the system it targets, because node-pty is native.

npm install
npm run dist
# release/
Verify what you downloaded

Compare the digest with the one listed here.

# Windows
Get-FileHash .\ovari-terminal-setup.exe -Algorithm SHA256

# macOS / Linux
shasum -a 256 ovari-terminal.dmg
Updates

A packaged build checks the release feed once per launch and, when one is configured, downloads updates on its own. With no feed configured it stays quiet — it does not phone home.

Releases