Install SkillSea as a standalone binary on macOS, Linux, or Windows.
Run this one-liner on macOS or Linux to download and install SkillSea:
What this does: Detects your OS and architecture, downloads the correct binary, installs it, and adds it to your PATH. On macOS it installs a signed .pkg to /usr/local/bin/. On Linux it installs to ~/.skillsea/bin/.
SkillSea ships as a signed and notarized .pkg installer for both Apple Silicon and Intel Macs.
Detects ARM64 or x86_64 automatically. May prompt for your password to run the .pkg installer.
| Architecture | File |
|---|---|
| Apple Silicon (M1/M2/M3/M4) | skillsea-macos-arm64.pkg |
| Intel | skillsea-macos-x64.pkg |
Download from https://probecodex.com/downloads/skillsea/, then double-click the .pkg or run:
Installs to ~/.skillsea/bin/ and adds it to your PATH via .zshrc or .bashrc.
Download the Windows zip archive and extract it:
skillsea-win-x64.zip from https://probecodex.com/downloads/skillsea/C:\skillseaIf the command is not found, restart your terminal or run source ~/.zshrc (macOS) / source ~/.bashrc (Linux).
For contributors or if you want to run from source with Python:
Requires Python 3.10+ and the uv package manager.