Public GitHub work
Nico Stranquist
Senior software engineer, St. Louis.
Full-stack products, developer platforms, and AI systems.
Catalog
| Product | Kind | Stack | License | Release | |
|---|---|---|---|---|---|
| 01 | docs search | Go | Apache-2.0 | v0.7.6 | |
Search vendor and project docs on your machine. Copies docs to Markdown, indexes them with SQLite FTS5, and searches them locally. A public BM25 sample reaches 95.8% Hit@1 and 100% Hit@5. A live demo searches the same sample corpus. BM25: A standard keyword search ranker. Hit@1 means the right page ranked first. Hit@5 means it ranked in the top five. | |||||
| 02 | software catalog | Go | Apache-2.0 | v0.3.0 | |
A local engine for software catalogs. Full-text and relationship search, plugins, and a check when files no longer match the catalog. Includes a local Explorer UI. The GitHub release is v0.3.0. | |||||
| 03 | social app | TypeScript | MIT | v0.1.0 | |
A realtime social app on Convex. Accounts, friends, a feed, comments, notifications, and messages. Updates run through Convex queries. | |||||
| 04 | agent tooling | Go | MIT | v0.3.2 | |
Local records of what an AI agent did. Records what an agent did, what it saw, and what it was allowed to call. Everything stays on your machine. | |||||
| 06 | macOS app | Swift | MIT | v0.3.6 | |
A native launcher strip next to the macOS Dock. Custom app, file, and URL slots, optional Dock merge or mirror, running-app badges, and a reveal from the screen edge or the menu bar. Public source. No signed download yet. | |||||
| 07 | job search | Go | MIT | v0.9.0 | |
An offline job-search and resume CLI. Profiles, eligibility rules, and apply packages you review before sending. The public repo uses example data only, not a real resume or job history. | |||||
| 08 | host admission | Go | Apache-2.0 | v0.1.0 | |
Host admission for concurrent coding agents on one Mac. Reads CPU, memory, thermal, and disk-write pressure, then admits or defers agent work. Public source. No downloadable binary. | |||||
Source is on GitHub.
Also on GitHub
- wip-commit — Split commits for parallel agents in a shared Git checkout.
- keepawake — Keep a closed-lid Mac awake on purpose.
- SnapRef — Local browser automation for agents.
- Nicos GTM — Local go-to-market toolkit. Claims need evidence.
- nicos-flag-eval — Feature-flag evaluator in Go, TypeScript, and Swift. Demo data only.
- Nicos Window Switcher — macOS window switcher. Lists windows, not apps.
How I ship
Local
The tools run on your machine. You do not need a cloud account.
Public
I publish source, tests, and a tagged release. I do not invent users or revenue.