All Projects
Embedded OS

EdgeCore OS: Lightweight Linux for IoT and Edge Compute

Operational on low-resource edge devices. Open source — available for review, contribution, and deployment. Demonstrated kernel configuration and OS build pipeline expertise.

EdgeCore OS: Lightweight Linux for IoT and Edge Compute
// The Challenge

Edge computing devices in industrial and IoT deployments require lightweight, highly configurable operating systems that can run on constrained hardware while supporting modern networking and sensor integration. General-purpose distributions carry too much overhead and expose unnecessary attack surface.

// Our Approach

Built a custom Linux distribution from scratch — custom kernel configuration, minimal userspace, touch-first shell interface, and optimised package selection for edge compute targets. Designed for deterministic boot times and reduced memory footprint compared to standard distributions.

// Technical Complexity

Kernel configuration for minimal attack surface without sacrificing required driver support. Deterministic boot sequence design. Custom shell environment with reduced dependency chain.

// Stack & Methods
LinuxKernelCRustEmbeddedEdge Computing