Installation
Download a packaged Terminay build from GitHub Releases, or build a local copy when a package is not available for your platform.
Download Terminay
Packaged builds are published on GitHub Releases.
- macOS DMG installer:
Terminay-Mac-<version>-Installer.dmg - Linux AppImage:
Terminay-Linux-<version>.AppImage
Linux AppImage
On Linux, make the AppImage executable before opening it.
chmod +x Terminay-Linux-<version>.AppImage
./Terminay-Linux-<version>.AppImage Build From Source
If a packaged build is not available, build Terminay locally with Node.js 22+ and npm 10+.
git clone https://github.com/markwylde/terminay.git
cd terminay
npm ci
npm run build
Packaged output is written under release/<version>/. You can also build the documented platform packages directly.
npm run build:mac
npm run build:linux Notes
Release automation currently publishes macOS DMG and Linux AppImage assets. The app packaging config also defines a Windows installer, but the current release workflow does not publish one.
The source tree uses a placeholder package version. Release builds sync the app version from the Git tag before packaging, so local source builds may appear under release/0.0.0/.