Files
vinstall-data/v1/apps.json
2026-01-04 01:43:22 +08:00

189 lines
4.7 KiB
JSON

{
"apps": [
{
"id": "homebrew",
"name": "Homebrew",
"url": "https://brew.sh",
"type": "script",
"install_command": "/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\""
},
{
"id": "git",
"name": "Git",
"url": "https://git-scm.com",
"type": "brew",
"install_command": "brew install git"
},
{
"id": "docker",
"name": "Docker Desktop",
"url": "https://www.docker.com/products/docker-desktop",
"type": "brew",
"install_command": "brew install --cask docker"
},
{
"id": "1password",
"name": "1Password",
"url": "https://downloads.1password.com/mac/1Password.zip",
"type": "zip",
"install_command": "brew install --cask 1password"
},
{
"id": "privadovpn",
"name": "Privado VPN",
"url": "https://privadovpn.com/apps/osx/PrivadoVPN.dmg",
"type": "dmg",
"install_command": "brew install --cask privado-vpn"
},
{
"id": "tor",
"name": "Tor Browser",
"url": "https://www.torproject.org/download/",
"type": "dmg",
"install_command": "brew install --cask tor-browser"
},
{
"id": "google-chrome",
"name": "Google Chrome",
"url": "https://www.google.com/chrome/",
"type": "dmg",
"install_command": "brew install --cask google-chrome"
},
{
"id": "firefox",
"name": "Mozilla Firefox",
"url": "https://www.firefox.com/en-US/thanks/",
"type": "dmg",
"install_command": "brew install --cask firefox"
},
{
"id": "vscode",
"name": "Visual Studio Code",
"url": "https://code.visualstudio.com/download",
"type": "dmg",
"install_command": "brew install --cask visual-studio-code"
},
{
"id": "discord",
"name": "Discord",
"url": "https://discord.com/api/download?platform=osx",
"type": "dmg",
"install_command": "brew install --cask discord"
},
{
"id": "excalidraw",
"name": "Excalidraw",
"url": "https://excalidraw.com",
"type": "pwa"
},
{
"id": "gitea",
"name": "Gitea",
"url": "https://git.voideuw.dev",
"type": "pwa"
},
{
"id": "github",
"name": "GitHub",
"url": "https://github.com",
"type": "pwa"
},
{
"id": "gitlab",
"name": "GitLab",
"url": "https://gitlab.com",
"type": "pwa"
},
{
"id": "claude",
"name": "Claude",
"url": "https://claude.ai",
"type": "pwa"
},
{
"id": "lechat",
"name": "LeChat",
"url": "https://chat.mistral.ai",
"type": "pwa"
},
{
"id": "portainer",
"name": "Portainer",
"url": "https://portainer.voideuw.dev",
"type": "pwa"
},
{
"id": "uptime-kuma",
"name": "Uptime Kuma",
"url": "https://uptime.voideuw.dev",
"type": "pwa"
},
{
"id": "netflix",
"name": "Netflix",
"url": "https://www.netflix.com",
"type": "pwa"
},
{
"id": "crunchyroll",
"name": "Crunchyroll",
"url": "https://www.crunchyroll.com",
"type": "pwa"
},
{
"id": "amazon-prime-video",
"name": "Amazon Prime Video",
"url": "https://www.primevideo.com",
"type": "pwa"
},
{
"id": "telegram",
"name": "Telegram",
"url": "https://web.telegram.org",
"type": "pwa"
},
{
"id": "modrinth",
"name": "Modrinth",
"url": "https://modrinth.com/app",
"type": "dmg",
"install_command": "brew install --cask modrinth"
},
{
"id": "playcover",
"name": "PlayCover",
"url": "https://playcover.io/download",
"type": "dmg",
"install_command": "brew install --cask playcover"
},
{
"id": "steam",
"name": "Steam",
"url": "https://cdn.fastly.steamstatic.com/client/installer/steam.dmg",
"type": "dmg",
"install_command": "brew install --cask steam"
},
{
"id": "audacity",
"name": "Audacity",
"url": "https://github.com/audacity/audacity/releases/download/Audacity-3.7.7/audacity-macOS-3.7.7-universal.dmg",
"type": "dmg",
"install_command": "brew install --cask audacity"
},
{
"id": "affinity",
"name": "Affinity",
"url": "https://downloads.affinity.studio/Affinity.dmg",
"type": "dmg",
"install_command": "brew install --cask affinity"
},
{
"id": "qq",
"name": "QQ",
"url": "https://dldir1v6.qq.com/qqfile/qq/QQNT/Mac/QQ_6.9.83_251105_01.dmg",
"type": "dmg",
"install_command": "brew install --cask qq"
}
]
}