Skip to content
View nijaru's full-sized avatar

Block or report nijaru

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, Python, and Rust. I've also used C, C++, Ruby, and JavaScript, and am exploring Mojo and Zig.

Infrastructure

  • omendb - Embedded vector database. 4x faster than hnswlib-based alternatives. Rust core with Python bindings via PyO3/maturin
  • omengrep - Semantic code search tool. Tree-sitter parsing for 22 languages
  • hnsw-go - Native Go HNSW graph implementation with pluggable distance metrics and generic type support
  • aku - Go API library with typed handlers and automatic request extraction. net/http-native with OpenAPI generation.

AI & Agents

  • canto - Go agent framework. Composable layers, append-only event log, and deterministic code-driven orchestration for LLM agents and swarms
  • ion - TUI coding agent with multi-provider LLM support built on canto
  • jb - Background job manager. Session-persistent execution for long-running tasks
  • tk - Task tracker for AI agents. Git-friendly storage with blocking dependencies

Trading

  • pacabot - Prediction market trading bot. Event-driven order execution with real-time risk management
  • go-clob-client - Go SDK for the Polymarket CLOB. Supports trading, authentication, and order signing.
  • go-polymarket-data - Go client for the Polymarket data API

"There are only two hard things in Computer Science: cache invalidation, naming things, and off-by-one errors."

Pinned Loading

  1. omendb/omendb omendb/omendb Public

    Fast embedded vector database

    Rust 2 1

  2. omengrep omengrep Public

    Local semantic code search using embeddings and BM25

    Rust 4

  3. canto canto Public

    Composable Go framework for building LLM agents and agent swarms

    Go 1

  4. ion ion Public

    Fast, lightweight TUI coding agent

    Go 2

  5. hnsw-go hnsw-go Public

    Go 1

  6. go-clob-client go-clob-client Public

    Go client for the Polymarket CLOB

    Go 1