Download & Deploy Huntly

Choose your preferred deployment method. Docker is recommended for the best experience with automatic updates.

10K+
Downloads
100%
Open Source
5+
Platforms
2K+
GitHub Stars

Latest Version: v0.6.1

Released on March 2026View Release Notes

Deployment Options

Choose the deployment method that best fits your needs

Recommended

Docker Compose

Recommended for server deployment with automatic updates

docker-compose.yml
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 -d
View on Docker Hub

Desktop Client

Download the Tauri-based desktop app for your platform

Available Platforms
macOSWindowsLinux

Built with Tauri for native performance

Download

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.

Install Extension

Need Help with Installation?

Check out our step-by-step guide or visit the Wiki for more options.

View Installation Guide

Client 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
Install from Chrome Web Store

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
macOSWindowsLinux
Download from Releases

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