TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Harbor – Containerized LLM Toolkit

2 pointsby everlier10 months ago
Hi,<p>Harbor is a toolkit to run LLMs and related services locally. It&#x27;s not designed as a deployment solution, rather as a convenient local environment.<p>I was rocking a very similar setup (less components and features though) and then decided to polish it a little bit and make it open source.<p>Few interesting details about the project:<p>- Dynamic sub-selection of compose files to run together depending on which services are currently running. For example, Harbor knows that you&#x27;re running SearXNG and Open WebUI together and injects a config for Web RAG based on SearXNG into the WebUI, same for TTS and LLM backends<p>- CLI supports arguments scrambling via a retry, e.g. `harbor set config` and `harbor config set` run the same command, it&#x27;s supported for nearly all first pairs of arguments to the CLI<p>- Being an LLM project - after the setup you can ask CLI how to do something: `harbor how to configure vllm model?` (yes, no quotes), 50% gimmick, but very fun<p>Cheers, Ivan<p>P.S. Forgive me for all the shell sins in the source.

no comments

no comments