Download Bark#
Latest Version: v0.0.1
macOS#
| Platform | Download |
|---|---|
| Apple Silicon (M1/M2/M3) | bark-v0.0.1-darwin-arm64.tar.gz |
| Intel | bark-v0.0.1-darwin-amd64.tar.gz |
Linux#
| Platform | Download |
|---|---|
| x86-64 | bark-v0.0.1-linux-amd64.tar.gz |
| ARM64 | bark-v0.0.1-linux-arm64.tar.gz |
Windows#
| Platform | Download |
|---|---|
| x86-64 | bark-v0.0.1-windows-amd64.zip |
Installation#
After downloading, extract and move the binary to your PATH:
macOS / Linux#
# Extract the archive
tar -xzf bark-*.tar.gz
# Move to a directory in your PATH
mv bark-* ~/.local/bin/bark
# Verify installation
bark --versionWindows#
- Extract the zip file
- Move
bark-windows-amd64.exeto a directory in your PATH - Optionally rename to
bark.exe
Build from Source#
See Installation for building from source.
All Releases#
View all releases on GitLab.