Section
Installation
Install whoosh - from source, from a GitHub release, or as a custom binary with your own plugins.
Requirements
- Operator machine (where whoosh runs): SSH access to the targets. The Go toolchain is needed only to build from source or to compose a custom binary with extra plugins.
- Target hosts: only
git,tar, and a POSIX shell - no agent or daemon is installed.
From source
Build whoosh with the Go toolchain - go install or a checkout + make.
→
From a GitHub release
Install a prebuilt whoosh binary (Linux amd64/arm64, macOS arm64) or pull the container image.
→
With custom plugins
Compose a custom whoosh binary that bundles your own private or third-party plugins with the whoosh build command.
→