Hello, I'mFrost Edson

Systems Architect |Kernel Engineer |Full-Stack Developer

I specialize in low-level systems programming, crafting performant kernel modules, drivers, and system utilities that power modern computing.

With expertise spanning from bare-metal development to responsive web applications, I bridge the gap between hardware and user experience.

I architect solutions with Rust, C++, and Go for mission-critical systems, while building elegant interfaces with SwiftUi, Flutter, Kotlin JetPack Compose, React, Next.js, and Tailwind CSS.

Software Development Tools for Mobile Devices
Learn more
iPhone
Back

Technology

In a world moving ever more swiftly toward mobile autonomy, I've poured my craft into developing tools that empower developers to build, debug, and deploy—right from the palm of their hand. Tools like iSH open a door to Alpine Linux on iOS, while Termux offers a rich Linux environment on Android. But my ambition goes further: with Java N-IDE, I'm laying foundations for native IDE experiences, enabling serious development work from devices once considered "limited."

This isn't about novelty—it's about freedom. About giving creators their tools regardless of the platform. About making mobile development not just possible, but powerful. From cross-compilation to secure scripting, I architect workflows that work in motion.

Terminal Tools
UX Flow

Design

When you craft developer tools, design isn't decoration—it’s discipline. I design interfaces that get out of the way and let the engineer take command. Terminal layouts that feel natural on a phone. Input systems that mimic desktop muscle memory. Layouts that flow like water, yet hold like stone.

Each UI I build is driven by empathy for builders. Whether you're tapping code on a subway ride or compiling during a coffee break, the design anticipates your intent and fades into the rhythm of your thought.

Innovation

Innovation is the quiet art of listening to machines and hearing dreams. I don't chase trends— I seek transformation. I build environments where the boundaries between thought and execution dissolve. A mobile device, once seen only as a vessel for consumption, becomes—through my hands— a crucible for creation. It compiles, it interprets, it responds. It becomes a sanctuary for builders.

I create where others wait. I empower where others restrict. My work turns smartphones into self-sufficient workshops, where you don’t just read code—you write it, test it, and ship it. Not because it’s easy, but because it’s necessary. I believe the future of software development is untethered, portable, personal—and I’m crafting the tools to make that future now.

I am forging tools that whisper possibility into every palm. Lightweight terminals, code explorers, smart compilers—they are not just utilities; they are invitations. Invitations to explore, to invent, to shape reality with the brushstrokes of logic and syntax. I reimagine what it means to develop—not from a desk, but from anywhere inspiration calls.

This is more than code. It’s a movement toward freedom. Toward sovereignty over your tools and your time. Toward a world where software is shaped not by constraint, but by courage. In every build, I leave behind more than functionality—I leave behind a path for others to follow, paved in imagination and lit by innovation.

Future

The frontier is ever shifting. I see a future where devices are no longer shackled by form, where a wristwatch might compile code, and a foldable phone can host a Kubernetes cluster. In that world, my tools evolve—modular, secure, always accessible.

I am building bridges from desktop legacy to mobile-first brilliance. Whether through native packages, virtualized dev environments, or mobile-first CI pipelines—I stand at the confluence of now and next.

Future Development

My Projects

The Xorg Kernel

A bare-metal symphony, where bootloaders awaken and Rust shapes the bones of a new machine.

Mobile Compiler Forge

Transforming handheld devices into forges of logic—where code compiles in the cradle of mobility.

Code Shrine

A portable editor that doesn’t just open files—it opens portals. Syntax becomes soul, anywhere.

Binary Bloom

Tiny tools with mighty reach—where minimal footprints leave maximum legacy.

1
2//created by Frost Edson
3//Every code is writen with the client and boss in mind
4
5import SwiftUI 
6
7struct ContentView: View {
8  @State var items = [ProfilePicture]()
9
10    var body: some View {
11        VStack(alignment: .leading) {
12            VStack {
13                CircularImage(photo: items[0])
14            }
15            .center()
16            .onHover(zoomIn(.fitBox))
17            SnackBar {
18                Text("Hover here to expand profile picture")
19                .textAlignment(.justify)
20                .wrap()
21            }
22            .alignment(.bottom)
23            .padding(.all, 4)
24            .pointer(sfImage{hand})
25        }
26    }
27}
28
Hover here to expand profile picture
Profile

Skills

Core Competencies

Programming Languages

Ranked against GitHub projects, industry benchmarks, and complex algorithm implementations.

Rust : 70%

JavaScript : 90%

Swift : 80%

C/C++ : 89%

Dart : 95%

PHP : 75%

X86_ASM : 75%

Java : 78%

Python : 96%