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
- Binaural beats: Pure sine wave generation with configurable base frequencies and beat frequencies
- Noise types: Pink noise, white noise, and brown noise generators
- Multi-voice: Support for multiple simultaneous audio tracks
- Gnaural-compatible: Import and play Gnaural JSON schedule files
- Smooth transitions: Linear interpolation between frequency and volume changes
Included Schedules
- Focus: Beta-frequency binaural beats for concentration
- Meditation: Alpha and theta frequencies for meditation practice
- Sleep: Delta frequency progression for sleep induction
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
- Multiple habits: Track up to 8 habits simultaneously
- Calendar view: Visual monthly calendar showing completion history
- Color coding: Assign custom colors to each habit
- Persistent storage: Data saved to filesystem in Plan 9 flat-file style
- Plan 9 integration: Uses /dev/date for current date, all communication via 9P filesystem
Data Format
All habit data is stored as simple text files following Plan 9 conventions:
data/count
data/0/name
data/0/color
data/0/log
data/1/...
Links
GitHub Repository |
Back to Projects