Section
Installation
Install whoosh - from source, from a GitHub release, or as a custom binary with your own plugins.
From source
Build whoosh with the Go toolchain - go install or a checkout + make, with build tags to trim the binary.
→
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.
→