FuguBSD
FuguBSD builds small tools after the OpenBSD model. Each tool does one task, and each tool states its design in a specification.
The code is simple, explicit, and free of needless dependencies. OpenBSD is the production platform; Linux and Darwin serve development and CI. All source code lives in the FuguBSD organization on GitHub, under the ISC license.
The long-term goal is a simple, permissively licensed stack of language models and agent harnesses for OpenBSD. Small tools that stand on their own come first, and the stack grows out of them.
Projects
Each project keeps its own website and its own repository.
- Fugu — generic OpenBSD-style daemon utilities for Perl (source)
- FuguBench — outfit a FuguBSD checkout for a coding agent: dependencies, worktrees, the learning library, and the session yardstick (source)
- FuguCTX — a configuration repair model for OpenBSD daemons (source)
- FuguOracle — a blind PIN oracle service, designed after OpenBSD principles (source)
- FuguPass — a password manager for any secret, built on proven seed-phrase standards and air-gapped custody patterns (source)
- FuguSeed — make BIP39 seed words with three dice on paper, and turn them into a SeedQR (source)
- FuguSTX — an embeddable English linguistic analysis engine for prose linters (source)
- FuguTTX — a small language model and agent for OpenBSD system administration (source)
- FuguVM — install and manage OpenBSD virtual machines under QEMU, by hand or by agent (source)
- FuguWeb — build a documentation website for a Perl project (source)
The Website repository holds the source and the specification of this site.