Self-hosted visual AI workflow editor built on TierFall. Tier routing is on the canvas, not in a settings panel.
n8n alternatives are everywhere. Cascade is the one that:
- Self-hosts by default. One
docker compose upbrings up the full stack. - Compiles workflows to TypeScript. The editor is scaffolding; the artifact you own
is a
.tsfile that imports@tierfall/coreand runs without Cascade. - Routes locally first, falls to cloud only when needed. TierFall's
fall, never climbpolicy makes vendor neutrality concrete.
git clone https://github.com/tierfall/cascade.git
cd cascade
cp .env.example .env
docker compose up -dOpen http://localhost:3001 → hit /setup → finish the wizard.
To run the bundled demo (local Ollama + cloud fallback via TierFall):
docker compose --profile demo up -d- Getting Started (or browse
apps/cascade-docs/content/docs/) - Architecture spec
- n8n parity matrix
- Testing strategy
- ADRs
Cascade ships under the n8n Sustainable Use License — free self-hosting (individual, commercial, internal), restrictions on hosting Cascade as a service for third parties.
See CONTRIBUTING.md. Cascade follows the same conventions as TierFall:
pnpm, Nx, Node 24, Conventional Commits, DCO sign-off, no --no-verify.