jefe@ecosystem:~$ ls selected-systems/
Selected Systems
Five projects that show how I reason about boundaries, reliability, security, and operability. Smaller experiments and earlier products, including FreeChat, remain in Side Quests.
Kernel · Systems Programming
JefeOS / JefeRust
Released + active development
JefeOS 1.1.2 and JefeRust 1.0 are released, from-scratch x86_64 kernels in C++ and Rust. Both boot native userspace, provide substantial Linux ABI compatibility, and include custom networking, cryptography, SSH/SFTP, and Xylem membership and failure detection. Rust 1.0 tracks the earlier JefeOS 1.0 baseline rather than the current C++ line, which now adds local service reconciliation and a deterministic-primary stateless singleton failover demonstration. Graphics work remains experimental; production fencing, migration, and replicated state are still open.
jefeos:~$ status --evidence-first
C++RustTLS 1.3Linux ABIXylem
AI/ML · Platform
JefeAI
In use
A local inference and retrieval platform that gives multiple applications one governed path to models. It combines RAG collections, backend routing with explicit timeouts and fallbacks, experiment tracking, and evaluation tooling so model behavior can be measured instead of guessed.
PythonOllamavLLMChromaDBMLflow
Security · Automation
Sentinel
In use
An automated security-review pipeline built around grounded evidence. Deterministic scans from Semgrep, Trivy, grype, pip-audit, and npm-audit feed structured triage; experimental model-driven sweeps remain separate and require verification. The design choice is to make repeatable findings the operational path instead of treating model output as proof.
PythonSemgrepTrivyCI/CD
Security · Secrets Management
JefeVault
In active use
A service-oriented secrets broker with scoped service tokens, operator handoff tokens, encrypted storage, rotation and version workflows, policy reporting, and guarded deployment and rollback paths. The emphasis is less on a feature checklist than on making secret handling explicit and reviewable.
TypeScriptAES-256-GCMToken AuthAudit
AI · Interactive Fiction
Adventure GUI
Private alpha
A tabletop campaign application with persistent world state, an AI Lore Master workflow, and optional narration and generated scene art. It is also a practical test of where probabilistic generation belongs in a product and where ordinary application state must stay authoritative.
PythonFastAPIComfyUITTS