|
1 | | -# Created with YamlCreate.ps1 Dumplings Mod |
2 | | -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json |
3 | | - |
4 | | -PackageIdentifier: IvanCharapanau.Harbor |
5 | | -PackageVersion: 0.4.19 |
6 | | -PackageLocale: en-US |
7 | | -Publisher: harbor |
8 | | -PublisherUrl: https://av.codes/ |
9 | | -PublisherSupportUrl: https://github.com/av/harbor/issues |
10 | | -Author: Ivan Charapanau |
11 | | -PackageName: Harbor |
12 | | -PackageUrl: https://github.com/av/harbor |
13 | | -License: Apache-2.0 |
14 | | -LicenseUrl: https://github.com/av/harbor/blob/HEAD/LICENSE |
15 | | -ShortDescription: Effortlessly run LLM backends, APIs, frontends, and services with one command. |
16 | | -Description: Harbor is a containerized LLM toolkit that allows you to run LLMs and additional services. It consists of a CLI and a companion App that allows you to manage and run AI services with ease. |
17 | | -Tags: |
18 | | -- ai |
19 | | -- large-language-model |
20 | | -- llm |
21 | | -- ollama |
22 | | -ReleaseNotes: |- |
23 | | - Changes |
24 | | - https://github.com/user-attachments/assets/e4897391-c5a8-4391-93c3-9f8b76155f11 |
25 | | - A new launch command to spawn pre-configured local agentic coding tools on host pointing to inference backends in Harbor. |
26 | | - # Uses the first reachable running backend and discovered model |
27 | | - harbor launch codex |
28 | | -
|
29 | | - # Explicit backend and model selection; launch options go before the tool name |
30 | | - harbor launch --backend ollama --model qwen3.5:4b codex |
31 | | - harbor launch --backend ollama --model qwen3.5:4b mi |
32 | | - harbor launch --backend llamacpp --model Qwen3.5-4B opencode |
33 | | - harbor launch --backend ollama --model qwen3.5:4b copilot -p "explain this repo" |
34 | | -
|
35 | | - # Route through Harbor Boost with web search and URL-reading tools |
36 | | - harbor launch --web --backend ollama --model qwen3.5:4b codex |
37 | | -
|
38 | | - # Claude Code uses Harbor's Ollama backend through Ollama's Anthropic-compatible API |
39 | | - harbor launch --backend ollama --model qwen3.5:4b claude -p "explain this repo" |
40 | | -
|
41 | | - # Print the computed launch config without starting the tool |
42 | | - harbor launch --config opencode |
43 | | - harbor launch --config openclaw |
44 | | - - Anthropic-compatible Messages API and OpenAI Responses API compat layers for Boost |
45 | | - - harbor launch command for starting services with host tool adapters |
46 | | - - ik_llama.cpp service |
47 | | - - Boost workflows and tools module |
48 | | - - Adaptive thinking, annotations, rate limit forwarding, SSE keep-alive in compat layers |
49 | | - - Extensive Boost hardening: streaming fixes, SDK compat audit, request validation |
50 | | - - new guides, docs screenshots optimised |
51 | | - Full Changelog: https://github.com/av/harbor/compare/v0.4.18...v0.4.19 |
52 | | -ReleaseNotesUrl: https://github.com/av/harbor/releases/tag/v0.4.19 |
53 | | -ManifestType: defaultLocale |
54 | | -ManifestVersion: 1.12.0 |
| 1 | +# Automatically updated by the winget bot at 2026/Jun/05 |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: IvanCharapanau.Harbor |
| 5 | +PackageVersion: 0.4.19 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: harbor |
| 8 | +PublisherUrl: https://av.codes/ |
| 9 | +PublisherSupportUrl: https://github.com/av/harbor/issues |
| 10 | +Author: Ivan Charapanau |
| 11 | +PackageName: Harbor |
| 12 | +PackageUrl: https://github.com/av/harbor |
| 13 | +License: Apache-2.0 |
| 14 | +LicenseUrl: https://github.com/av/harbor/blob/HEAD/LICENSE |
| 15 | +ShortDescription: Effortlessly run LLM backends, APIs, frontends, and services with one command. |
| 16 | +Description: Harbor is a containerized LLM toolkit that allows you to run LLMs and additional services. It consists of a CLI and a companion App that allows you to manage and run AI services with ease. |
| 17 | +Tags: |
| 18 | +- ai |
| 19 | +- large-language-model |
| 20 | +- llm |
| 21 | +- ollama |
| 22 | +ReleaseNotes: |- |
| 23 | + Changes |
| 24 | + https://github.com/user-attachments/assets/e4897391-c5a8-4391-93c3-9f8b76155f11 |
| 25 | + A new launch command to spawn pre-configured local agentic coding tools on host pointing to inference backends in Harbor. |
| 26 | + # Uses the first reachable running backend and discovered model |
| 27 | + harbor launch codex |
| 28 | +
|
| 29 | + # Explicit backend and model selection; launch options go before the tool name |
| 30 | + harbor launch --backend ollama --model qwen3.5:4b codex |
| 31 | + harbor launch --backend ollama --model qwen3.5:4b mi |
| 32 | + harbor launch --backend llamacpp --model Qwen3.5-4B opencode |
| 33 | + harbor launch --backend ollama --model qwen3.5:4b copilot -p "explain this repo" |
| 34 | +
|
| 35 | + # Route through Harbor Boost with web search and URL-reading tools |
| 36 | + harbor launch --web --backend ollama --model qwen3.5:4b codex |
| 37 | +
|
| 38 | + # Claude Code uses Harbor's Ollama backend through Ollama's Anthropic-compatible API |
| 39 | + harbor launch --backend ollama --model qwen3.5:4b claude -p "explain this repo" |
| 40 | +
|
| 41 | + # Print the computed launch config without starting the tool |
| 42 | + harbor launch --config opencode |
| 43 | + harbor launch --config openclaw |
| 44 | + - Anthropic-compatible Messages API and OpenAI Responses API compat layers for Boost |
| 45 | + - harbor launch command for starting services with host tool adapters |
| 46 | + - ik_llama.cpp service |
| 47 | + - Boost workflows and tools module |
| 48 | + - Adaptive thinking, annotations, rate limit forwarding, SSE keep-alive in compat layers |
| 49 | + - Extensive Boost hardening: streaming fixes, SDK compat audit, request validation |
| 50 | + - new guides, docs screenshots optimised |
| 51 | + Full Changelog: https://github.com/av/harbor/compare/v0.4.18...v0.4.19 |
| 52 | +ReleaseNotesUrl: https://github.com/av/harbor/releases/tag/v0.4.19 |
| 53 | +ManifestType: defaultLocale |
| 54 | +ManifestVersion: 1.12.0 |
0 commit comments