返回 CodeWhale
Hmbown.CodeWhale.yaml
根目录 / .winget / Hmbown.CodeWhale.yaml
1 # Hmbown.CodeWhale — winget singleton manifest for CodeWhale (single binary)
2 # PackageIdentifier follows the publisher convention used by the Homebrew formula (codewhale).
3 # Canonical maintenance instructions live in packaging/winget/README.md; the generator mirrors these exact bytes to .winget/.
4 # Winget installs only `codewhale` + `codew`; compatibility release filenames are not installed commands.
5
6 PackageIdentifier: Hmbown.CodeWhale
7 PackageVersion: 0.9.6
8 DefaultLocale: en-US
9 ManifestType: singleton
10 ManifestVersion: 1.6.0
11
12 Publisher: Hmbown
13 PublisherUrl: https://github.com/Hmbown
14 PublisherSupportUrl: https://github.com/Hmbown/CodeWhale/issues
15 PackageName: CodeWhale
16 PackageUrl: https://github.com/Hmbown/CodeWhale
17 License: MIT
18 LicenseUrl: https://github.com/Hmbown/CodeWhale/blob/main/LICENSE
19 Copyright: Copyright (c) Hmbown
20 ShortDescription: Terminal coding agent for supported hosted and local models
21 Description: |
22 CodeWhale is a terminal coding agent that runs on your machine. The v0.9.5+ single-binary
23 release ships one `codewhale` binary per target (plus the `codew` shim) across Linux x64 (musl),
24 Linux arm64, Android arm64, macOS x64/arm64, and Windows x64/arm64. See https://github.com/Hmbown/CodeWhale
25 for provider setup, Fleet workflows, and the full install guide (docs/INSTALL.md).
26 Author: Hmbown
27 Moniker: codewhale
28 Tags:
29 - codewhale
30 - deepseek
31 - cli
32 - tui
33 - terminal
34 - ai
35 - coding-agent
36 - rust
37 MinimumOSVersion: 10.0.0.0
38 ReleaseNotes: https://github.com/Hmbown/CodeWhale/releases/tag/v0.9.6
39 ReleaseNotesUrl: https://github.com/Hmbown/CodeWhale/releases/tag/v0.9.6
40 InstallationNotes: |
41 The winget package installs the Windows binaries. For the NSIS installer (CodeWhaleSetup.exe)
42 the installer adds %LOCALAPPDATA%\Programs\CodeWhale\bin to the user PATH. For the portable
43 ZIP, winget extracts codewhale.exe and codew.exe side-by-side and adds the install location to PATH.
44 Verify checksums with codewhale-artifacts-sha256.txt from the same GitHub Release.
45 Documentations:
46 - DocumentLabel: Install guide
47 DocumentUrl: https://github.com/Hmbown/CodeWhale/blob/main/docs/INSTALL.md
48 - DocumentLabel: Releases
49 DocumentUrl: https://github.com/Hmbown/CodeWhale/releases
50
51 Installers:
52 # Preferred: NSIS installer for Windows x64 (per-user, no elevation, adds user PATH).
53 - Architecture: x64
54 InstallerType: nullsoft
55 Scope: user
56 InstallerUrl: https://github.com/Hmbown/CodeWhale/releases/download/v0.9.6/CodeWhaleSetup.exe
57 InstallerSha256: 040afa01a70ddae4ea7783e563bacd962a512b4d288ee5c5c5111ef2760755a7
58 ProductCode: CodeWhale
59 UpgradeBehavior: install
60 FileExtensions:
61 - toml
62 ReleaseDate: 2026-08-12
63 # Portable ZIP fallback — same single binary (codewhale.exe + codew.exe). Used when NSIS is blocked
64 # by policy or for winget's portable install flow. NestedInstallerType is portable (no installer).
65 - Architecture: x64
66 InstallerType: zip
67 Scope: user
68 InstallerUrl: https://github.com/Hmbown/CodeWhale/releases/download/v0.9.6/codewhale-windows-x64.zip
69 InstallerSha256: a3e0ed9b5810904ca4f0d76074aca749dfd13b71126de17bb12357d3506587b1
70 NestedInstallerType: portable
71 NestedInstallerFiles:
72 - RelativeFilePath: codewhale-windows-x64/codewhale.exe
73 PortableCommandAlias: codewhale
74 - RelativeFilePath: codewhale-windows-x64/codew.exe
75 PortableCommandAlias: codew
76 ReleaseDate: 2026-08-12
77 - Architecture: x64
78 InstallerType: zip
79 Scope: user
80 InstallerUrl: https://github.com/Hmbown/CodeWhale/releases/download/v0.9.6/codewhale-windows-x64-portable.zip
81 InstallerSha256: f803fba6f174ccd710e81b4e986daedcbe7a62fda0744f8c64342aa7751d1206
82 NestedInstallerType: portable
83 NestedInstallerFiles:
84 - RelativeFilePath: codewhale-windows-x64-portable/codewhale.exe
85 PortableCommandAlias: codewhale
86 - RelativeFilePath: codewhale-windows-x64-portable/codew.exe
87 PortableCommandAlias: codew
88 ReleaseDate: 2026-08-12
89 - Architecture: arm64
90 InstallerType: zip
91 Scope: user
92 InstallerUrl: https://github.com/Hmbown/CodeWhale/releases/download/v0.9.6/codewhale-windows-arm64.zip
93 InstallerSha256: c1ed644838550922c563fca7b00646482d3a3bb781aa92affc9059d14ca6d942
94 NestedInstallerType: portable
95 NestedInstallerFiles:
96 - RelativeFilePath: codewhale-windows-arm64/codewhale.exe
97 PortableCommandAlias: codewhale
98 - RelativeFilePath: codewhale-windows-arm64/codew.exe
99 PortableCommandAlias: codew
100 ReleaseDate: 2026-08-12
101 - Architecture: arm64
102 InstallerType: zip
103 Scope: user
104 InstallerUrl: https://github.com/Hmbown/CodeWhale/releases/download/v0.9.6/codewhale-windows-arm64-portable.zip
105 InstallerSha256: ac2acd52090c88fd0babf94a30951b97c4eb1f45f522ca70e0fee12d2b728102
106 NestedInstallerType: portable
107 NestedInstallerFiles:
108 - RelativeFilePath: codewhale-windows-arm64-portable/codewhale.exe
109 PortableCommandAlias: codewhale
110 - RelativeFilePath: codewhale-windows-arm64-portable/codew.exe
111 PortableCommandAlias: codew
112 ReleaseDate: 2026-08-12
113
113 lines YAML