Download & Deploy Huntly
Choose your preferred deployment method. Docker is recommended for the best experience with automatic updates.
Latest Version: v0.6.1
Released on March 2026 •View Release Notes
Deployment Options
Choose the deployment method that best fits your needs
Docker Compose
Recommended for server deployment with automatic updates
version: '3.8'
services:
huntly:
image: lcomplete/huntly
container_name: huntly
restart: always
ports:
- "8088:80"
volumes:
- ~/data/huntly:/data
labels:
- "com.centurylinklabs.watchtower.enable=true"docker-compose up -dDesktop Client
Download the Tauri-based desktop app for your platform
Built with Tauri for native performance
Chrome Extension
Essential companion for web page and Twitter content capture
Essential companion for capturing web pages and Twitter content. Works with Chrome, Edge, and Chromium-based browsers.
Need Help with Installation?
Check out our step-by-step guide or visit the Wiki for more options.
View Installation GuideClient Applications
The browser extension is essential — the desktop app is an optional alternative to Docker
Chrome Extension
Essential companion
- Automatically captures browsing history
- Save and archive web pages with one click
- Twitter/X content capture and thread reconstruction
- Works with Chrome, Edge, and Chromium browsers
Desktop App
Built with Tauri
- Alternative to Docker for running the server locally
- Lightweight native app with minimal resource usage
- Available for macOS, Windows, and Linux
macOS Users
If macOS blocks the app with a quarantine warning, run this command to fix it:
sudo xattr -r -d com.apple.quarantine /YOUR_PATH/Huntly.app