OpenSec is a desktop-first security testing and analysis harness for AI-assisted workflows. The CLI remains available as opensec for local automation, headless runs, and development workflows.
Download CLI and desktop builds from GitHub releases:
https://github.com/Ozark-Security-Labs/opensec/releases
The CLI installer downloads release artifacts directly from GitHub:
curl -fsSL https://raw.githubusercontent.com/Ozark-Security-Labs/opensec/dev/install | bashThe installer respects these path variables:
$OPENSEC_INSTALL_DIR$XDG_BIN_DIR$HOME/bin$HOME/.opensec/bin
Desktop builds are published from GitHub releases.
| Platform | Artifact |
|---|---|
| macOS Apple Silicon | opensec-desktop-mac-arm64.dmg |
| macOS Intel | opensec-desktop-mac-x64.dmg |
| Windows | opensec-desktop-windows-x64.exe |
| Linux | .deb, .rpm, or .AppImage |
Bundled model connectors are limited to direct OpenAI, Anthropic, and Google providers. Custom OpenAI-compatible providers can be configured explicitly.
bun install
bun typecheck
bun --cwd packages/desktop devRun package checks from package directories, not the repository root, when using package-specific scripts.