v1.2.2
AIEraDev/Clyprav1.2.2Aug 6, 2026by github-actions[bot]
AI Summary
Release provides download links (.dmg, .msi, .AppImage) and detailed installation instructions for macOS, Windows, and Linux.
Key Highlights
- Download links for .dmg, .msi, and .AppImage
- macOS installation via Homebrew Cask
- Windows SmartScreen bypass instructions
- Linux AppImage execution instructions
New Features
- Download links for .dmg, .msi, and .AppImage
Full Release Notes
## What's New in v1.2.2 See [CHANGELOG.md](https://github.com/AIEraDev/Clypra/blob/master/CHANGELOG.md) for full details. ## Downloads Choose the right version for your platform: - **macOS**: Download the `.dmg` file (works on both Intel and Apple Silicon) - **Windows**: Download the `.msi` installer - **Linux**: Download the `.AppImage` file ## Installation ### macOS (Apple Silicon & Intel) The recommended way to install Clypra on macOS is via **Homebrew Cask** to automatically bypass the Gatekeeper security warnings: ```bash # Tap the repository and install the cask brew install AIEraDev/tap/clypra ``` Alternatively, download the `.dmg` file below, drag Clypra to your `/Applications` folder, then Right-click (Control-click) the application icon and select **Open** to authorize execution. ### Windows 1. Download the `.msi` file below 2. Run the installer 3. If Windows SmartScreen blocks execution, click **More Info** and select **Run Anyway** ### Linux 1. Download the `.AppImage` file below 2. Make it executable: `chmod +x Clypra*.AppImage` 3. Run it: `./Clypra*.AppImage`