Raphaël Forment 985ab687d7
Some checks failed
Deploy Website / deploy (push) Failing after 4m46s
CI / build (cagire-linux-x86_64, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Failing after 12m15s
CI / build (cagire-macos-aarch64, macos-14, aarch64-apple-darwin) (push) Has been cancelled
CI / build (cagire-macos-x86_64, macos-15-intel, x86_64-apple-darwin) (push) Has been cancelled
CI / build (cagire-windows-x86_64, windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
CI / release (push) Has been cancelled
chore: Release
2026-02-02 01:09:13 +01:00
2026-01-31 16:35:38 +01:00
2026-02-02 00:33:46 +01:00
2026-02-02 00:33:46 +01:00
2026-01-28 18:05:50 +01:00
2026-02-02 01:09:13 +01:00
2026-02-02 01:08:33 +01:00
2026-01-21 17:21:44 +01:00
2026-01-30 20:28:43 +01:00
2026-02-01 14:05:55 +01:00

Cagire

A Forth Music Sequencer

Cagire

Cagire is a terminal-based step sequencer for live coding music. Each step in a pattern contains a Forth script that produces sound and create events. It is made by BuboBubo (Raphaël Maurice Forment): https://raphaelforment.fr. Cagire is open-source (AGPL-3.0 licensed) and available on GitHub : https://github.com/BuboBubo/cagire.

Build

Terminal version:

cargo build --release

Desktop version (with egui window):

cargo build --release --features desktop --bin cagire-desktop

Run

Terminal version:

cargo run --release

Desktop version:

cargo run --release --features desktop --bin cagire-desktop

License

AGPL-3.0

Description
Forth music sequencer for live coding
https://cagire.raphaelforment.fr
Readme AGPL-3.0 58 MiB
Languages
Rust 95.4%
Python 2.1%
Astro 1.5%
CSS 0.6%
JavaScript 0.2%
Other 0.1%