Kryon Labs Logo

Kryon Labs

appl

appl

Kryon Labs develops applications that demonstrate the capabilities of our platform and provide practical tools for daily use.

Binaural Beats Generator

A professional-grade binaural beats generator implementing Gnaural-compatible audio algorithms in Lua for Kryon. Generate audio for meditation, focus, sleep, and more using JSON schedule files.

Features

Included Schedules

Habits Tracker

A calendar-based habit tracking application that demonstrates Kryon's UI capabilities. Track daily habits with color-coded calendar views and persistent data storage.

Features

Data Format

All habit data is stored as simple text files following Plan 9 conventions:

data/count          # Number of habits: "3\n"
data/0/name         # Habit name: "Exercise\n"
data/0/color        # Color: "#4a90e2\n"
data/0/log          # Completion dates: "2026-03-01\n2026-03-03\n"
data/1/...          # Additional habits

Links

GitHub Repository | Back to Projects