/ Download
Download
Pick your system. The installers are unsigned, which is why the SHA-256 is right here.
Current version: v0.2.0
Download
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.dmgUpdates
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.