diff --git a/README.md b/README.md index f12d526f8..81282a2c7 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,14 @@
+> [!TIP] +> On Windows, you can also install AIRI with [Scoop](https://scoop.sh/): +> +> ```powershell +> scoop bucket add airi https://github.com/moeru-ai/airi +> scoop install airi/airi +> ``` +
diff --git a/bucket/airi.json b/bucket/airi.json
new file mode 100644
index 000000000..4c1de1651
--- /dev/null
+++ b/bucket/airi.json
@@ -0,0 +1,35 @@
+{
+ "version": "0.9.0-alpha.12",
+ "description": "A self-hosted AI companion desktop app with voice chat and game integrations",
+ "homepage": "https://airi.moeru.ai/",
+ "license": "MIT",
+ "architecture": {
+ "64bit": {
+ "url": "https://github.com/moeru-ai/airi/releases/download/v0.9.0-alpha.12/AIRI-0.9.0-alpha.12-windows-x64-setup.exe#/dl.7z",
+ "hash": "cf4698c7c483ce58e81e05b08a5015a753243e79c54aa2e4baec81c92041e5a7"
+ }
+ },
+ "extract_dir": "$PLUGINSDIR",
+ "pre_install": [
+ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
+ "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse"
+ ],
+ "shortcuts": [
+ [
+ "airi.exe",
+ "AIRI"
+ ]
+ ],
+ "checkver": "github",
+ "autoupdate": {
+ "architecture": {
+ "64bit": {
+ "url": "https://github.com/moeru-ai/airi/releases/download/v$version/AIRI-$version-windows-x64-setup.exe#/dl.7z"
+ }
+ },
+ "hash": {
+ "url": "$baseurl/latest.yml",
+ "regex": "sha512:\\s$base64"
+ }
+ }
+}