Build Full-Stack Apps in Lua
Build apps faster. Share them easily. Get paid fairly.
Modern app development is fast—until it isn't. Boilerplate, infrastructure, and glue code slow everyone down, and open-source maintainers rarely share in the value they enable. TENUM changes that.
Write full-stack apps in Lua — UI + backend logic, one codebase.
Local dev with the CLI; optional cloud runtime or host yourself — no DevOps friction.
Sessions/JWT, social login, access control decorators.
Your app's state auto-syncs instantly across every browser and device.
An open ecosystem designed to grow with—and reward—its builders.
We don't count downloads. We attribute actual runtime usage and share revenue where value is created.
--
This repository contains:
🔧 lua/ – Lua 5.4.8 Interpreter
A complete Lua 5.4 interpreter written in Kotlin Multiplatform. This is the runtime foundation that executes your Lua code across JVM, JS, and Native targets.
- Full Lua 5.4.8 compatibility (in progress)
- Register-based VM with domain-driven architecture
- Standard library support
- See lua/README.md for details
📦 cli/ – TENUM CLI
Command-line tools for creating, running, and deploying TENUM apps.
🚀 clinpm/ – NPM Integration
Node.js bridge for seamless integration with JavaScript tooling.
⚡ performance/ – Performance Benchmarks
Performance testing suite to ensure TENUM stays fast.
- JDK 11 or higher
- Gradle (wrapper included)
# Build all modules
./gradlew build
# Run Lua interpreter tests
./gradlew :lua:jvmTest
# Install local CLI tools
./gradlew :clinpm:installLocalnpm install -g @tenum_dev/tenum# After building
tlua your-script.lua
tluac your-script.luaWe use an TSALv1 license for the hosting/runtime components so we can measure real usage and fairly share revenue with contributors, while keeping the developer tooling open for community contributions. Controlling hosting lets us guarantee accurate attribution and payouts.
Keep your repos; use our hosting only if you want it.
"Open source powers everything we do, but maintainers rarely share in the value they create. TENUM's mission is to fix that."
— Federico and Jochen, founders of TENUM
- ✅ Kotlin Multiplatform Lua interpreter
- ✅ Continious diployment to npm
- 🚧 Fix lua Test suite
- ✅ api.lua - API compatibility tests
- ✅ attrib.lua - Attribute and metamethod tests
- ✅ big.lua - Large number handling
- ✅ bitwise.lua - Bitwise operations
- ✅ bwcoercion.lua - Bitwise coercion
- ✅ calls.lua - Function calls (partial - bytecode differences)
- ✅ closure.lua - Closures and upvalues
- ✅ constructs.lua - Language constructs
- ✅ db.lua - Debug library (partial - instruction count differences)
- ✅ errors.lua - Error handling (partial - parser limit tests skipped)
- ✅ literals.lua - Literal values (partial - string internalization differences)
- ✅ main.lua - Main entry point tests
- ✅ sort.lua - Table sorting
- ✅ strings.lua - String operations (partial - formatting differences)
- ✅ tpack.lua - Table pack/unpack
- ✅ tracegc.lua - Garbage collection traces
- ✅ vararg.lua - Variable arguments
- ✅ verybig.lua - Very large number operations
- ⏸️ coroutine.lua - Coroutines (failing at eqtab check)
- ✅ code.lua - Code generation tests
- ❌ cstack.lua - C stack tests (not applicable)
- ❌ events.lua - Event handling
- ❌ files.lua - File I/O operations
- ❌ gc.lua - Garbage collection (not implemented)
- ❌ gengc.lua - Generational GC (not implemented)
- ✅ goto.lua - Goto statements
- ❌ heavy.lua - Heavy computation tests
- ❌ locals.lua - Local variable tests
- ✅ math.lua - Math library
- ❌ nextvar.lua - Next variable iteration
- ❌ pm.lua - Pattern matching
- ❌ utf8.lua - UTF-8 support
- ⏭️ all.lua - Complete test orchestrator (skipped)
- 🚧 Create binarry installer
- 🚧 Windows
- 🚧 MacOs
- 🚧 Linux
- TDM v1 (public/private)
- Cloud Runtime (pay-as-you-go)
- Revenue-Share Alpha
- Granular attribution (file/LOC)
- iOS/Android & Desktop targets
- OpenAPI bridges
- App Directory ("YouTube for Apps") with one-click install
Today, TENUM lets you ship collaborative SaaS apps, PWAs, and microservices on our cloud.
Soon you can export the Docker container to run it wherever you want.
TENUM is built on Kotlin Multiplatform, so you'll be able to run your apps anywhere:
- 🌐 Web (Browser)
- ☁️ Cloud (Linux servers)
- 📱 Mobile (iOS, Android)
- 🖥️ Desktop (macOS, Windows, Linux)
We welcome contributions! Please see:
- Changelog - Project history
TENUM is developed by Plentitude AI GmbH in Munich, Germany.
Federico and Jochen, who hold several software patents, are the founders committed to building a fairer open-source ecosystem.
Made with ❤️ in Munich, Germany
Copyright © 2025, Plentitude AI GmbH