Skip to content

macOS Desktop App

Canopy is available as a native macOS desktop application built with Tauri. The desktop version provides direct access to Jira without requiring a CORS proxy.

Desktop App Placeholder

Why Use the Desktop App?

BenefitDescription
No CORS ProxyConnect directly to Jira without proxy setup
Native PerformanceFaster than browser-based version
System IntegrationUses system browser for external links
Persistent StorageData stored in local file system

Supported Platforms

PlatformArchitectureStatus
macOSApple Silicon (M1/M2/M3)Available
macOSIntel (x64)Available
Windowsx64Planned
Linuxx64Planned

Currently macOS Only

The desktop app is currently available for macOS only. Windows and Linux versions are planned for future releases.

Quick Install (macOS)

bash
brew tap konradmichalik/tap
brew install --cask canopy

Homebrew automatically removes the macOS quarantine attribute — no extra steps needed.

Manual Download

  1. Download the latest release
    • Apple Silicon (M1/M2/M3): Canopy_x.x.x_aarch64.dmg
    • Intel: Canopy_x.x.x_x64.dmg
  2. Open the DMG file
  3. Drag Canopy.app to Applications
  4. Remove the quarantine attribute so macOS allows the unsigned app:
    bash
    xattr -cr /Applications/Canopy.app

Technical Details

The desktop app uses Tauri plugins for native functionality:

PluginPurpose
tauri-plugin-httpHTTP requests without CORS restrictions
tauri-plugin-storePersistent data storage
tauri-plugin-shellOpening external links in browser

Next Steps

Released under the MIT License.