| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Canopy-0.2.1-full.nupkg | 2025-12-24 | 67.2 MB | |
| canopy-0.2.1-linux-x64.tar.gz | 2025-12-24 | 35.0 MB | |
| Canopy-win-Portable.zip | 2025-12-24 | 67.2 MB | |
| CanopySetup-0.2.1.exe | 2025-12-24 | 232.1 MB | |
| RELEASES | 2025-12-24 | 76 Bytes | |
| Canopy v0.2.1 source code.tar.gz | 2025-12-24 | 3.2 MB | |
| Canopy v0.2.1 source code.zip | 2025-12-24 | 3.3 MB | |
| README.md | 2025-12-24 | 1.2 kB | |
| Totals: 8 Items | 408.0 MB | 0 | |
Canopy v0.2.1
Downloads
| Platform | File | Description |
|---|---|---|
| Windows | CanopySetup-0.2.1.exe |
GUI Installer (recommended) |
| Windows | Canopy-win-Portable.zip |
Portable version |
| Linux | canopy-0.2.1-linux-x64.tar.gz |
Linux x64 package |
Installation
Windows:
1. Download CanopySetup-0.2.1.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.2.1/canopy-0.2.1-linux-x64.tar.gz | tar -xz
cd canopy-0.2.1-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