Skip to content
View nijaru's full-sized avatar

Block or report nijaru

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.

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
nijaru/README.md

I build databases, developer tools, and agents in Go, Rust, and TypeScript.

Databases & Search

  • omendb - Embedded retrieval database for hybrid vector + text search over mutable application data, with metadata, source evidence, and bounded relationships. Active Mojo engine; public developer preview.
  • omendb-rs - Rust implementation and reference line for OmenDB, with Python and Node.js bindings and hybrid filtered retrieval
  • omengrep - Semantic code search CLI. Tree-sitter parsing for 22 languages, hybrid embedding + BM25 ranking
  • hnsw-go - Pure-Go HNSW vector search with mmap-backed persistence, filtering, and segment merging
  • stt-bench - Speech-to-text benchmarking across 13 acoustic conditions. Published results for 4 models

Agents & AI

  • ion - Terminal coding agent in Go. 43K lines. Multi-provider LLM support, tool execution, session management
  • pi-compactor - LLM-driven context compaction for coding agents. Model decides when to compact, not thresholds
  • pi-subagents - Agent delegation for pi. Define agents as markdown, chain them in sequence or run in parallel
  • pi-goal - Persistent, session-scoped goals for pi. Explicit budgets, pause/resume, and evidence-gated completion
  • pi-workflows - Durable script-as-plan orchestration for pi. Parallel agents, budgets, journals, and resumable runs
  • agent-research - Source-level analysis of frontier agent implementations (Claude Code, Codex, Gemini, Cursor)

Developer Tools

  • sy - Rust file synchronization with delta transfers, parallel I/O, SSH, and reflink support
  • aku - Typesafe Go API framework built on net/http, with request extraction, validation, and OpenAPI generation
  • jb - Background job manager for long-running CLI tasks
  • tk - Task tracker for AI agents. Git-friendly storage with blocking dependencies
  • brotli - Pure Go Brotli encoder and decoder
  • avc - Agent-native Git-compatible VCS. Local workbench for AI-assisted development

Trading

  • pacabot (private) - Prediction market trading system. LLM-driven analysis of market data, news, SEC filings, and congressional trades
  • go-clob-client - Go SDK for the Polymarket CLOB. Trading, authentication, and order signing

Pinned Loading

  1. omendb/omendb-rs omendb/omendb-rs Public

    Fast embedded vector database

    Rust 4 1

  2. omengrep omengrep Public

    Local semantic code search using embeddings and BM25

    Rust 4

  3. ion ion Public

    Fast, lightweight TUI coding agent

    Go 3

  4. pi-compactor pi-compactor Public

    Agent-triggered compaction for pi

    TypeScript 1

  5. go-clob-client go-clob-client Public

    Go client for the Polymarket CLOB

    Go 3

  6. sy sy Public

    Modern file sync tool with delta transfers, 40-79% faster than rsync

    Rust 33 4