Pentify Terminal
Installing Pentify Terminal
Prebuilt binaries for macOS, Linux, and Windows. No Rust toolchain required for end users.
Prerequisites
- macOS 12+ (Apple Silicon or Intel), Linux x86_64 / arm64, or Windows 10+.
- Outbound HTTPS to
api.pentify.ioandapp.pentify.io. - A Pentify workspace. Sign up at app.pentify.io.
Install
brew install pentify-terminal
pentify --versionInstall channels
The Homebrew tap, install script (
get.pentify.io/terminal), and winget package id are being finalized. If a command fails, check the latest install instructions in the Pentify Terminal overview.Verify
$ pentify --version
pentify 0.1.0If the command is found and prints a version, continue to Login & auth.
Release artifacts
Each tagged release on github.com/AbdrAbdr/pentify-terminal ships these assets, and get.pentify.io resolves them automatically:
pentify-terminal-darwin-arm64.tar.gzpentify-terminal-darwin-x64.tar.gzpentify-terminal-linux-x64.tar.gzpentify-terminal-linux-arm64.tar.gzpentify-terminal-windows-x64.zipSHA256SUMS— checksums for every binary archive
The install script verifies SHA256SUMS via shasum -a 256 -c before extracting. Pin a specific tag with https://get.pentify.io/terminal/v0.1.0, or use https://get.pentify.io/terminal/nightly for the rolling nightly build.
Building from source
For contributors only. End users should prefer the prebuilt binaries above — they ship signed and notarized.
git clone https://github.com/AbdrAbdr/pentify-terminal.git
cd pentify-terminal
cargo install --path .
pentify --versionUnsigned builds
Source builds are not signed. macOS Gatekeeper and Windows SmartScreen will warn on first launch. Use prebuilt binaries unless you are actively contributing.