Get Started with Huntly

Set up your personal AI-powered information hub in just a few minutes.

5 Minutes

Average setup time

One Command

Docker deployment

Secure by Default

Local-first approach

Quick Start with Docker Compose

# Start Huntly with Docker Compose
docker-compose up -d
# Access at http://localhost:8088

Installation Guide

Three simple steps to get Huntly up and running

1

Install the Browser Extension

The browser extension is essential for automatically saving web pages and Twitter content.

2

Run the Server

Choose Docker Compose (recommended) or the desktop client to run the Huntly server.

Docker Compose (Recommended)

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

💡 Use Watchtower for automatic updates to get the latest features.

Desktop Client

Download from GitHub Releases for your operating system.

GitHub Releases
3

Configure Extension & Login

Set the server address in the extension, register an admin user, and start browsing.

  1. 1Click the Huntly extension icon and set the server address
  2. 2For remote access, use HTTPS for privacy
  3. 3Open Huntly website to register an administrator user
  4. 4After registration, the extension syncs automatically

Looking for More Options?

Check the Wiki for advanced deployment configurations and troubleshooting.

Visit Wiki

What's Next?

Now that Huntly is running, here's how to make the most of it

Browse & Capture

Browse the web normally and let Huntly capture content automatically via the extension. Save pages with one click.

Add RSS Feeds

Centralize your reading by importing OPML or adding RSS feeds. All content is searchable and organized.

Use AI Features

Leverage AI for content summarization, translation, and intelligent analysis with custom shortcuts.

Install MCP / Agent Skills

Enable AI assistants to search your knowledge base, RSS feeds, tweets, and highlights.

npx skills add lcomplete/huntly

Explore All Features

Discover everything Huntly can do — from smart archiving to social media integration.

View Features

Join the Community

Connect with other Huntly users and get support from the community.

GitHub Discussions

Ready to Transform Your Information Management?

Start your journey with Huntly today and experience AI-powered information management.

Download Huntly Now