Skip to content

Cram

A flashcard app with Typst-powered card rendering.

Installation

Shell script (macOS, Linux)

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/MatthewMckee4/cram/releases/download/0.0.1-alpha.5/cram-installer.sh | sh

PowerShell (Windows)

powershell -ExecutionPolicy Bypass -c "irm https://github.com/MatthewMckee4/cram/releases/download/0.0.1-alpha.5/cram-installer.ps1 | iex"

Build from source

git clone https://github.com/MatthewMckee4/cram
cd cram
cargo install --path crates/cram

Self-update

Once installed, cram can update itself:

cram self update

Usage

Launch the GUI:

cram

List all decks:

cram list

Documentation

License

MIT