v0.1.1
Caster's Compendium v0.1.1
Choose the single download that matches your computer. No Go installation or
source-code checkout is required. On first launch, Caster's Compendium needs an
internet connection while it downloads and prepares the card database.
Windows x64
File: CastersCompendium-windows-amd64.exe
- Download the
.exeand move it to a permanent location, such as a
Caster's Compendiumfolder in Documents or Program Files. - Double-click the file to start the application. This is a portable
executable; there is no separate installer. - Because this release is not code-signed, Windows SmartScreen may appear. If
it does, select More info, verify that the app name is correct, and then
select Run anyway. - Optionally right-click the file and create a desktop or Start-menu shortcut.
macOS — Apple Silicon
File: CastersCompendium-macos-apple-silicon.zip
Use this file for Macs with an Apple M-series processor.
- Download and double-click the ZIP file to extract
Caster's Compendium.app. - Drag
Caster's Compendium.appinto the Applications folder. - For the first launch, Control-click the app in Applications, choose
Open, and then choose Open again. This is required because the app is
not currently signed or notarized. - If macOS still blocks it, open System Settings → Privacy & Security and
select Open Anyway for Caster's Compendium.
macOS — Intel
File: CastersCompendium-macos-intel.zip
Use this file for older Macs with an Intel processor.
- Download and double-click the ZIP file to extract
Caster's Compendium.app. - Drag
Caster's Compendium.appinto the Applications folder. - For the first launch, Control-click the app in Applications, choose
Open, and then choose Open again. This is required because the app is
not currently signed or notarized. - If macOS still blocks it, open System Settings → Privacy & Security and
select Open Anyway for Caster's Compendium.
To check which Mac you have, open the Apple menu and choose About This Mac.
Look for Chip on Apple Silicon Macs or Processor on Intel Macs.
Debian and Ubuntu x64
File: casters-compendium_0.1.1_amd64.deb
Download the package, open a terminal in the download directory, and run:
sudo apt install ./casters-compendium_0.1.1_amd64.debStart Caster's Compendium from the desktop application menu or by running
casters-compendium. Remove it later with
sudo apt remove casters-compendium.
Arch Linux x64
File: casters-compendium-0.1.1-1-x86_64.pkg.tar.zst
Download the package, open a terminal in the download directory, and run:
sudo pacman -U casters-compendium-0.1.1-1-x86_64.pkg.tar.zstStart Caster's Compendium from the desktop application menu or by running
casters-compendium. Remove it later with
sudo pacman -R casters-compendium.
Other Linux x64 distributions
File: CastersCompendium-linux-amd64.tar.xz
Debian, Ubuntu, and Arch users should prefer the native packages above. For
other x64 Linux distributions, download the archive, open a terminal in the
download directory, and extract it:
tar -xf CastersCompendium-linux-amd64.tar.xz
cd CastersCompendiumFor a per-user installation that does not require administrator access:
make user-install
~/.local/bin/CastersCompendiumThe application should also appear in the desktop application menu. If it does
not appear immediately, log out and back in or refresh the desktop menu cache.
For a system-wide installation instead:
sudo make install
CastersCompendiumThe application can also be run directly without installing it:
./usr/local/bin/CastersCompendiumTo remove a per-user or system-wide installation later, run
make user-uninstall or sudo make uninstall from the extracted directory.
Release notes
The Windows and macOS packages are currently unsigned. Only bypass an operating
system warning when the file was downloaded from this GitHub release page.
Full Changelog: v0.1.0...v0.1.1