freeoxide:~/initiative

freeoxide

Open-source Rust, one person at the keyboard. I build the tools I wish existed and release them. Every project gets real tests, real audits. What ships is finished.

4-5×
audit passes / project
5
AI edge-case rounds
>90%
coverage floor
100%
open · MIT / Apache-2.0
freeoxide --about
┌─────────────────────────────────────────────────────────────────────────┐

I handle architecture myself. Folder structure, module boundaries, how things connect. For audits and testing I run AI through multiple sessions. Same model, different results each time. Five rounds is the sweet spot. After that you're burning tokens for diminishing returns.

How I work

[x] Architecture by experience. Folder structure, module boundaries, and layout decided upfront from what I know works.
[x] Five AI audit passes. Same model, different sessions. Each finds things the last missed. After five, the returns thin out.
[x] Five testing rounds. Same approach. AI writes tests, I review, next session catches what the previous one missed.
[x] Idiomatic & documented. Clippy-clean with sensible defaults. If something needs a comment to use safely, it gets one.
[x] Open by default. MIT / Apache-2.0, readable git history, no hidden dependencies.
freeoxide projects 4 shipped · 2 in progress

The projects

Small in number, deliberately. Each one ships only once it clears every standard above.

A batteries-included starting point for native GPUI apps. The scaffold I wanted on day one.

lang Rust stack GPUI license MIT / Apache-2.0

Reactive async queries for GPUI apps. Fetch, cache, and invalidate without leaving the render tree.

lang Rust stack GPUI license MIT / Apache-2.0

Keep your laptop awake with the lid closed. Cross-platform CLI, alpha.

lang Rust bin ft license MIT

Wake machines on your network with a single command. Send magic packets, manage device aliases, no GUI required.

lang Rust bin wake license MIT
in progress

Harden a fresh VPS with one auditable command. Sensible, reversible, opinionated defaults.

lang Rust type CLI status hardening & testing

A native desktop app to see and manage your AI agents' configuration and usage. Built on gpui-starter.

lang Rust stack GPUI · desktop status designing
freeoxide --who

Who's building this

One person. All of it.

hmziq . I write Rust, ship the tools, and open-source the results. Every project under FreeOxide is built, tested, and audited by me.