Skip to content

Releases: av/harbor

v0.3.29

16 Dec 22:23
@av av

Choose a tag to compare

Misc

  • fixed Harbor App not showing core services with a hyphen in their handle

Full Changelog: v0.3.28...v0.3.29

v0.3.28 - Onyx

14 Dec 16:52
@av av

Choose a tag to compare

Onyx

image

Onyx (formerly Danswer) is an open-source AI platform that combines a Chat UI with powerful RAG capabilities. It's a self-hostable alternative to enterprise knowledge management and AI assistant platforms.

# Start Onyx with Ollama
harbor up ollama onyx --open

Misc

  • Fix harbor config update multiplication due to duplicated config in BROWSERUSE service

Full Changelog: v0.3.27...v0.3.28

v0.3.27 - Sim Studio

14 Dec 14:37
@av av

Choose a tag to compare

Sim Studio

image

Sim Studio is an open-source platform for building and deploying AI agent workflows. It provides a visual canvas editor where you can connect agents, tools, and blocks to create complex AI pipelines. The platform includes an AI Copilot that helps generate nodes and fix errors, plus support for vector databases enabling document uploads and RAG capabilities.

# Start Sim Studio
harbor up sim

Full Changelog: v0.3.26...v0.3.27

v0.3.26 - MindsDB

14 Dec 00:35
@av av

Choose a tag to compare

MindsDB

image

MindsDB is an abstract data connector for LLMs and integrations to various data providers. It allows to connect, process and query the data with LLMs.

Full Changelog: v0.3.25...v0.3.26

v0.3.25 - Netdata, draw.io, Resume Matcher

13 Dec 17:50
@av av

Choose a tag to compare

Netdata

image

Real-time infrastructure monitoring with per-second metrics for systems, containers, and applications.

# Start the service
harbor up netdata --open

Resume Matcher

image

AI-powered tool for comparing resumes against job descriptions using local LLMs via Ollama.

# Start Resume Matcher with Ollama
harbor up resume-matcher ollama

draw.io

image

AI-powered diagram creation tool - generate draw.io diagrams from natural language.

# Start with Ollama (default configuration)
harbor up drawio ollama

Misc

  • Improved agentic setup
  • llamacpp - fix outdated source image - most recent llama.cpp versions are available

Full Changelog: v0.3.24...v0.3.25

v0.3.24 - Karakeep

01 Dec 20:43
@av av

Choose a tag to compare

Karakeep

image

Karakeep is an open-source, self-hosted bookmark manager with AI-powered automatic tagging. Save and organize links, notes, images, and PDFs with full-text search powered by Meilisearch.

harbor up karakeep

Full Changelog: v0.3.23...v0.3.24

v0.3.23 - Presenton

28 Nov 23:06
@av av

Choose a tag to compare

Presenton

image
# [Optional] Pre-pull the image
# might take a while as it bundles Ollama + GPU support
harbor pull presenton

# Start the service with web UI
harbor up presenton --open

Misc

  • boost - more strategies for klmbr module, fixes for selection

Full Changelog: v0.3.22...v0.3.23

v0.3.22 - Windmill

22 Nov 13:18
@av av

Choose a tag to compare

Windmill

image

Self-hostable alternative to Retool, Pipedream, Superblocks. Low/no-code platform for tools/jobs/workflows. Not specifically oriented towards LLMs, but can work in tandem with other Harbor services.

Misc

  • comfyui - improve documentation about workspace sync, re-enable AUTO_UPDATE=true
  • llamaswap - switch defautl user to app as per update in the upstream image
  • friendlier agentic setup for recent versions of VS Code and Copilot

Full Changelog: v0.3.21...v0.3.22

v0.3.21 - Unsloth

28 Oct 18:00
@av av

Choose a tag to compare

Unsloth

image

Unsloth is a Jupyter Lab environment pre-configured with the Unsloth library for fast LLM fine-tuning. It provides 2x faster training with 70% less memory usage compared to standard fine-tuning methods, along with pre-loaded example notebooks for various fine-tuning tasks.

# Pull the pre-built image
# Image is ~7GB which is typical for CUDA-enabled environments
harbor pull unsloth

# Start the service (opens Jupyter Lab in browser)
harbor up unsloth --open

Full Changelog: v0.3.20...v0.3.21

v0.3.20

27 Sep 22:05
@av av

Choose a tag to compare

Changelog

  • harbor profile use ... - [Profiles] can be imported from a URL: direct, Gist, GitHub, Bitbucket, GitLab, or Pastebin
    • Profiles can now be partial - only include the config vars that need an update by the profile
  • fabric - using official pre-built image
  • browseruse - basic implementation of the service, usable but with some significant caveats
  • webui - relaxed healthcheck
  • harbor attach <service> - attach to service STDIN/OUT in interactive mode
  • harbor up <service> --attach - start service and attach immediately
  • harbor profile merge <name> - explicitly merge given profile into the current one

Full Changelog: v0.3.19...v0.3.20