A featherweight digital clock for terminal (TUI), written in Rust with zero runtime dependencies (no stdlib, no libc). Designed for Linux systems.
- 🕒 Real-time digital clock display in terminal
- ⚡ 10KB compiled binary size (not stripped)
- 🦀 No-std Rust implementation
- 🚫 No libc dependency (100% pure syscalls)
- ⌨️ Simple keyboard controls (quit with
qorCtrl-C)
rustup toolchain install nightly
cargo +nightly build --release && ./target/release/clock- linux kernel version >=5.4
- x86-64 (more architecures will be supported in the future)
⏱️ Stopwatch | ⏲️ Timer | 🌐 Timezones 🖥️ More architectures
