Developer Console
Commands for version, CPU, memory, devices, disks, uptime and filesystem inspection.
FRAMESA NEW PERSPECTIVE ON COMPUTINGFrames and Nexus are being developed together so the language, executable format, ABI, system APIs and developer tools can grow around the same operating-system contracts.
NEXUS
Nexus provides the native toolchain used across the Frames kernel and FEX application path. It already includes kernel-oriented language/tooling work, native x86-64 code generation and ARM64 backend development.
fn main() -> i32 {
system.print("Hello from Frames")
return 0
}COMING DEVELOPER EXPERIENCE
The first developer-facing environment is intentionally simple: a native Frames console that proves visible output, keyboard input and system inspection before a graphical desktop becomes the focus.
Commands for version, CPU, memory, devices, disks, uptime and filesystem inspection.
Compiler, examples, documentation, build tooling and native FEX application workflows.
Native system interfaces designed alongside the kernel and userspace rather than inherited as the platform core.
Long-term integrated sandboxes, snapshots, profiling and cross-platform testing environments.