Skip to content

Commit 73da3d0

Browse files
committed
🔷 manifest-template.yaml
1 parent a25e022 commit 73da3d0

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
2+
3+
# PAI.PAI winget manifest template
4+
# This is a template — the update-winget workflow fills in version + hash.
5+
# Submitted to microsoft/winget-pkgs at manifests/p/PAI/PAI/<version>/
6+
7+
---
8+
# PAI.PAI.yaml (singleton manifest, v1.6)
9+
PackageIdentifier: PAI.PAI
10+
PackageVersion: "0.2.0"
11+
PackageName: PAI
12+
Publisher: PAI Project
13+
PublisherUrl: https://pai.direct
14+
PublisherSupportUrl: https://github.com/nirholas/pai/issues
15+
License: GPL-3.0-or-later
16+
LicenseUrl: https://github.com/nirholas/pai/blob/main/LICENSE
17+
ShortDescription: Flash, verify, and try PAI — private offline AI on a bootable USB
18+
Description: |-
19+
PAI is a bootable USB Linux distribution for private, offline AI.
20+
This package installs the PAI CLI which provides commands to flash
21+
PAI to USB drives, verify downloaded ISOs, and launch PAI in a VM.
22+
Tags:
23+
- ai
24+
- privacy
25+
- linux
26+
- usb
27+
- offline
28+
- bootable
29+
Moniker: pai
30+
PackageUrl: https://github.com/nirholas/pai
31+
Installers:
32+
- Architecture: x64
33+
InstallerType: zip
34+
InstallerUrl: https://github.com/nirholas/pai/releases/download/v0.2.0/pai-cli-0.2.0.zip
35+
InstallerSha256: <SHA256>
36+
NestedInstallerType: portable
37+
NestedInstallerFiles:
38+
- RelativeFilePath: pai.cmd
39+
PortableCommandAlias: pai
40+
ManifestType: singleton
41+
ManifestVersion: 1.6.0

0 commit comments

Comments
 (0)