Skip to content
View nullarch's full-sized avatar

Organizations

@Streamize-llc

Block or report nullarch

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nullarch/README.md

nullarch

I build developer tools — mostly Rust, some TypeScript — for the parts of the workflow that coding agents have just rearranged.

AttemptDB

attemptdbthe database for what agents tried.

Git records the change that landed. It cannot tell you what the agent tried before it, which approach failed, why the direction changed, or how the work moved from one agent to another. AttemptDB records that: a local-first, temporal and causal database of coding-agent work, in one Rust binary, with an owned storage engine (framed WAL, Arrow segments, DataFusion on top — no SQLite in the core).

Observed events are immutable facts. Everything above them — attempts, work units, handoffs, causal edges — is inference, and carries its evidence ids and a confidence with it. The repository contains its own build history as the demo dataset.

Other things

octoport One local MCP endpoint for every AI coding tool
resin Run TradingView Pine Script v5/v6 outside TradingView
openconcierge Self-hosted AI concierge for customer conversations
godot-kakao Kakao SDK plugin for Godot 4.x

I also run VibeMon, a small supervision app for coding agents — the production experience behind AttemptDB.

nullarch.dev

Pinned Loading

  1. octoport octoport Public

    🐙 One local MCP endpoint for every AI coding tool. 8 arms, 1 port.

    TypeScript 3 1

  2. attemptdb attemptdb Public

    AttemptDB - the database for what AI coding agents tried. Local-first, temporal and causal, written in Rust.

    Rust 1

  3. openconcierge openconcierge Public

    Open-source, self-hosted AI concierge for customer support — answers from your docs with citations. Postgres-native alternative to Intercom & Chatwoot.

    TypeScript

  4. godot-kakao godot-kakao Public

    Kakao SDK plugin for Godot 4.x — KakaoTalk share (Android). iOS & login on the roadmap.

    GDScript

  5. resin resin Public

    Run TradingView Pine Script v5/v6 outside TradingView - a compiler and runtime for JavaScript

    TypeScript 2 1

  6. resin-lightweight-charts resin-lightweight-charts Public

    Render resin's Pine Script visualization output on TradingView's lightweight-charts — plots, markers, candles and hlines from a .pine file

    TypeScript