FLIN Releases
Download previous versions or view changelog history
v1.0.0-alpha.1
January 2026Developer PreviewWhat's in v1.0.0-alpha.1
The first 1.0 alpha release. Full compiler, complete database, and production-ready security.
Complete Compiler
177/177 tokens, 256 opcodes, pattern matching, generics, tagged unions
FlinDB Complete
Time-travel queries, semantic search, BM25 + vector hybrid, embeddings
Security Framework
JWT, OAuth2 (Google/GitHub/Discord), 2FA/TOTP, WhatsApp OTP, encryption
File Management
Multipart upload, 9 document parsers, compression, garbage collection
Introspection API
47 flin.*() functions for runtime reflection and self-awareness
FlinUI 178+
Complete component library with 1,576 Lucide icons
Downloads for v1.0.0-alpha.1
checksums.txt— Verify downloads with sha256sum -c checksums.txt
Release History
Each release bundles ~10-30 development sessions. Quality over frequency.
| Version | Date | Status | Highlights |
|---|---|---|---|
| v1.0.0-alpha.1 | Jan 2026 | Current | Developer Preview — MVP 100% Complete, 3703 tests |
| v0.9.2-alpha | Jan 2026 | Previous | File Management 100% — Document parsing, compression, GC |
| v0.9.1-alpha | Jan 2026 | Previous | Security Complete — JWT, OAuth2, 2FA/TOTP, WhatsApp OTP |
| v0.9.0-alpha | Jan 2026 | Archived | Security Framework — Middleware, guards, validators, rate limiting |
| v0.8.0-alpha | Jan 2026 | Archived | FlinDB Complete — AI embeddings, Introspection API, 47 flin.*() functions |
| v0.7.1-alpha | Jan 2026 | Archived | Pattern Matching — Tagged unions, exhaustiveness checking, extended opcodes |
| v0.7.0-alpha | Jan 2026 | Archived | Advanced Features — Module system, generics, content projection, stores |
| v0.6.0-alpha | Jan 2026 | Archived | Phase 2 Complete — Union types, slicing, arrow functions, destructuring |
| v0.5.0-alpha | Jan 2026 | Archived | Entity & Temporal — Time-travel queries, .history, FlinUI v1.0.0 |
| v0.4.0-alpha | Jan 2026 | Archived | Parser Expansion — Range operators, async/await, try/catch, regex |
| v0.3.0-alpha | Jan 2026 | Archived | First Browser Render — FLIN runs in Chrome, reactivity, FlinAI |
| v0.2.0-alpha | Jan 2026 | Archived | Runtime & CLI — Built-ins, FlinDB foundation, HTTP server, hot reload |
| v0.1.0-alpha | Jan 2026 | Archived | Compiler Genesis — Lexer, parser, AST, type inference, VM foundation |
Versioning Strategy
FLIN follows semantic versioning with pre-release labels:
v0.X.0-alpha → v1.0.0-alpha.NFeature developmentv1.0.0-beta → v1.0.0-beta.NFeature complete, stabilizationv1.0.0-rc1 → v1.0.0-rc.NRelease candidatesv1.0.0Production readyInstallation Methods
Recommended: Install Script
Automatically detects your platform and installs the latest version.
curl -fsSL https://flin.sh | bashSpecific Version
Install a specific version by setting the environment variable.
FLIN_VERSION=v1.0.0-alpha.1 curl -fsSL https://flin.sh | bashWindows PowerShell
For Windows users, use PowerShell.
irm https://flin.sh/install.ps1 | iexWhat's Next (V2)
MVP is complete. These features are planned for post-launch development:
