|
| 1 | +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-5-4.Win32NT |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: ZeroClawLabs.ZeroClaw |
| 5 | +PackageVersion: 0.1.7 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: ZeroClaw Labs |
| 8 | +PublisherUrl: https://www.zeroclawlabs.ai/ |
| 9 | +PublisherSupportUrl: https://github.com/zeroclaw-labs/zeroclaw/issues |
| 10 | +# PrivacyUrl: |
| 11 | +# Author: |
| 12 | +PackageName: ZeroClaw |
| 13 | +PackageUrl: https://www.zeroclawlabs.ai/ |
| 14 | +License: MIT or Apache-2.0 |
| 15 | +LicenseUrl: https://github.com/zeroclaw-labs/zeroclaw#license |
| 16 | +Copyright: © 2026 ZeroClaw Labs. All rights reserved. |
| 17 | +# CopyrightUrl: |
| 18 | +ShortDescription: Fast, small, and fully autonomous AI assistant framework — deploy anywhere, swap anything 🦀 |
| 19 | +Description: |- |
| 20 | + ZeroClaw is the runtime framework for agentic workflows — infrastructure that abstracts models, tools, memory, and execution so agents can be built once and run anywhere. |
| 21 | + ✨ Features |
| 22 | + - 🏎️ Lean Runtime by Default: Common CLI and status workflows run in a few-megabyte memory envelope on release builds. |
| 23 | + - 💰 Cost-Efficient Deployment: Designed for low-cost boards and small cloud instances without heavyweight runtime dependencies. |
| 24 | + - ⚡ Fast Cold Starts: Single-binary Rust runtime keeps command and daemon startup near-instant for daily operations. |
| 25 | + - 🌍 Portable Architecture: One binary-first workflow across ARM, x86, and RISC-V with swappable providers/channels/tools. |
| 26 | + - 🔍 Research Phase: Proactive information gathering through tools before response generation — reduces hallucinations by fact-checking first. |
| 27 | + Why teams pick ZeroClaw |
| 28 | + - Lean by default: small Rust binary, fast startup, low memory footprint. |
| 29 | + - Secure by design: pairing, strict sandboxing, explicit allowlists, workspace scoping. |
| 30 | + - Fully swappable: core systems are traits (providers, channels, tools, memory, tunnels). |
| 31 | + - No lock-in: OpenAI-compatible provider support + pluggable custom endpoints. |
| 32 | +# Moniker: |
| 33 | +Tags: |
| 34 | +- agent |
| 35 | +- agentic |
| 36 | +- ai |
| 37 | +- chatbot |
| 38 | +- claw |
| 39 | +- large-language-model |
| 40 | +- llm |
| 41 | +ReleaseNotes: |- |
| 42 | + What's Changed |
| 43 | + - chore(license): make apache primary while preserving dual-license by @willsarg in #1307 |
| 44 | + - fix(license): adopt rust-style dual-license layout for github detection by @willsarg in #1308 |
| 45 | + - fix(license): restore canonical apache-2.0 text for detection by @willsarg in #1309 |
| 46 | + - ci(policy): restrict main PR authors and target bot PRs to dev by @willsarg in #1310 |
| 47 | + - ci(intake): warn and retarget non-promotion PRs from main to dev by @willsarg in #1319 |
| 48 | + - ci(release): add bot-owned Homebrew publish workflow by @willsarg in #1323 |
| 49 | + - chore(release): prepare v0.1.5 baseline by @willsarg in #1324 |
| 50 | + - ci(homebrew): fix bot fork auth clone path by @willsarg in #1329 |
| 51 | + - chore(release): bump version to v0.1.6 by @willsarg in #1330 |
| 52 | + - chore(sync): merge main into dev for v0.1.6 promotion by @willsarg in #1332 |
| 53 | + - chore(sync): merge main into dev (merge commit) by @willsarg in #1333 |
| 54 | + - feat(channel): split lark and feishu providers by @chumyin in #1358 |
| 55 | + - ci(homebrew): harden bot auth and preflight access checks by @willsarg in #1372 |
| 56 | + - fix(telegram): prevent non-image files from getting [IMAGE:] markers by @agorevski in #1294 |
| 57 | + - chore(sync): resolve dev/main Homebrew workflow conflict by @willsarg in #1377 |
| 58 | + - fix(provider): preserve reasoning_content in tool-call conversation history by @vernonstinebaker in #1347 |
| 59 | + - chore(ci): promote dev to main for Homebrew auth hardening by @willsarg in #1375 |
| 60 | + - ci(homebrew): prefer HOMEBREW_UPSTREAM_PR_TOKEN with fallback by @willsarg in #1384 |
| 61 | + - ci(homebrew): handle existing upstream remote and main base by @willsarg in #1385 |
| 62 | + - feat(security): Add prompt injection defense and leak detection by @rexlunae in #1433 |
| 63 | + - feat(providers): add Novita AI as OpenAI-compatible provider by @Alex-wuhu in #1496 |
| 64 | + - feat: add WATI WhatsApp Business API channel by @kenyeung128 in #1472 |
| 65 | + - feat(release): add Android target support (armv7 + aarch64) by @Preventnetworkhacking in #1456 |
| 66 | + - release: v0.1.7 by @theonlyhennygod in #1582 |
| 67 | + New Contributors |
| 68 | + - @rexlunae made their first contribution in #1433 |
| 69 | + - @Alex-wuhu made their first contribution in #1496 |
| 70 | + - @kenyeung128 made their first contribution in #1472 |
| 71 | + Full Changelog: https://github.com/zeroclaw-labs/zeroclaw/compare/v0.1.6...v0.1.7 |
| 72 | +ReleaseNotesUrl: https://github.com/zeroclaw-labs/zeroclaw/releases/tag/v0.1.7 |
| 73 | +# PurchaseUrl: |
| 74 | +# InstallationNotes: |
| 75 | +Documentations: |
| 76 | +- DocumentLabel: Documentation |
| 77 | + DocumentUrl: https://www.zeroclawlabs.ai/docs |
| 78 | +ManifestType: defaultLocale |
| 79 | +ManifestVersion: 1.12.0 |
0 commit comments