<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/forth-based-live-coding-sequencer-4al1ejmyr" -->

---
title: Forth-based live coding sequencer | daily.dev
description: Cagire is a terminal-based step sequencer where each step holds a Forth script instead of note data. When the sequencer reaches a step, it executes the script,...
canonical: https://daily.dev/posts/forth-based-live-coding-sequencer-4al1ejmyr
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Forth-based live coding sequencer | daily.dev
og:description: Cagire is a terminal-based step sequencer where each step holds a Forth script instead of note data. When the sequencer reaches a step, it executes the script,...
og:url: https://daily.dev/posts/forth-based-live-coding-sequencer-4al1ejmyr
og:image: https://api.daily.dev/og/posts/4al1ejMYR.png
og:image:alt: Forth-based live coding sequencer
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Forth-based live coding sequencer

**[Hacker News](https://daily.dev/sources/hn)** · 2 min read · 0 upvotes · 0 comments

## Summary

Cagire is a terminal-based step sequencer where each step holds a Forth script instead of note data. When the sequencer reaches a step, it executes the script, which can produce sound, trigger samples, apply effects, or anything else. It includes a built-in audio engine (Doux) with oscillators, filters, reverb, delay, and distortion — no external software required. A second embedded language called Arf allows writing custom DSP code. Cagire is designed for live coding performances, ships with interactive in-app documentation, and is released as free and open source software under AGPL-3.0.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://cagire.raphaelforment.fr/>

## Similar posts on daily.dev

- [Caw: Open source web terminal multiplexer for AI agents](https://daily.dev/posts/caw-open-source-web-terminal-multiplexer-for-ai-agents-g7tiyyplf) · Product Hunt · 0 upvotes · 0 comments
- [Building Groovie, an Advanced Web-Based Drum Machine / Beat Sequencer](https://daily.dev/posts/building-groovie-an-advanced-web-based-drum-machine-beat-sequencer-esasuiveg) · Pointers Gone Wild · 20 upvotes · 1 comments

---

Tags: [#open-source](https://daily.dev/tags/open-source)

[View this post on daily.dev](https://daily.dev/posts/forth-based-live-coding-sequencer-4al1ejmyr)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Forth-based live coding sequencer","url":"https://daily.dev/posts/forth-based-live-coding-sequencer-4al1ejmyr","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/forth-based-live-coding-sequencer-4al1ejmyr"},"datePublished":"2026-07-19T21:49:14.675Z","dateModified":"2026-07-19T21:49:35.221Z","description":"Cagire is a terminal-based step sequencer where each step holds a Forth script instead of note data. When the sequencer reaches a step, it executes the script,...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/5e00e0442c9ada8f7eefea7a34125741?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/5e00e0442c9ada8f7eefea7a34125741?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Hacker News","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Hacker News","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/hn","url":"https://daily.dev/sources/hn"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/forth-based-live-coding-sequencer-4al1ejmyr","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"open-source","timeRequired":"PT2M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Hacker News","item":"https://daily.dev/sources/hn"},{"@type":"ListItem","position":3,"name":"Forth-based live coding sequencer"}]}
```

