| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Canopy-0.1.21-full.nupkg | 2025-12-21 | 67.0 MB | |
| canopy-0.1.21-linux-x64.tar.gz | 2025-12-21 | 35.0 MB | |
| Canopy-win-Portable.zip | 2025-12-21 | 67.0 MB | |
| CanopySetup-0.1.21.exe | 2025-12-21 | 231.9 MB | |
| RELEASES | 2025-12-21 | 77 Bytes | |
| Canopy v0.1.21 source code.tar.gz | 2025-12-21 | 3.2 MB | |
| Canopy v0.1.21 source code.zip | 2025-12-21 | 3.3 MB | |
| README.md | 2025-12-21 | 1.2 kB | |
| Totals: 8 Items | 407.4 MB | 0 | |
Canopy v0.1.21
Downloads
| Platform | File | Description |
|---|---|---|
| Windows | CanopySetup-0.1.21.exe |
GUI Installer (recommended) |
| Windows | Canopy-win-Portable.zip |
Portable version |
| Linux | canopy-0.1.21-linux-x64.tar.gz |
Linux x64 package |
Installation
Windows:
1. Download CanopySetup-0.1.21.exe
2. Run the installer
Linux (One-Click):
:::bash
curl -fsSL https://raw.githubusercontent.com/dev-ov2/canopy-sharp/main/scripts/install.sh | bash
Linux (Manual):
:::bash
curl -fsSL https://github.com/dev-ov2/canopy-sharp/releases/download/v0.1.21/canopy-0.1.21-linux-x64.tar.gz | tar -xz
cd canopy-0.1.21-linux-x64
./install.sh
Requirements
Linux: GTK 3, WebKitGTK, libappindicator3
:::bash
# Arch Linux
sudo pacman -S gtk3 webkit2gtk libappindicator-gtk3
# Ubuntu/Debian
sudo apt install libgtk-3-0 libwebkit2gtk-4.0-37 libappindicator3-1
# Fedora
sudo dnf install gtk3 webkit2gtk3 libappindicator-gtk3