Skip to content
View AmariahAK's full-sized avatar
:electron:
Building
:electron:
Building

Block or report AmariahAK

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

Amariah Abishai

AI Engineer · Full Stack Architect · Founder @ NorahLabs

Building production AI systems from Nairobi, Kenya. Coding-agent harnesses, agentic orchestration, and native desktop applications — serious AI tooling that runs on your own machine, on any model you bring, without cloud lock-in.


Flagship: Atlarix

The Private AI Workstation for engineering teams — a native desktop workspace where your team drives an AI to plan, build, review, debug and test real projects. It keeps notes on your codebase and gets sharper on your system the longer you use it.

macOS / Linux / Windows · atlarix.dev

Atlarix is a workstation you bring any AI model into — it uses AI, it doesn't make it. What lets a weaker or local model punch above its weight isn't a bigger prompt, it's the harness: enforced tool approvals, an OS-level execution sandbox, and verified edits mean the model's mistakes are caught by the system, not trusted on faith. Any-model BYOK, local-first execution, every destructive action behind your approval — and your code never leaves the machine.

What makes it different:

  • The harness, not the model — a weaker or local model performs reliably because the system enforces correctness, rather than hoping the model gets it right. Broad model support via BYOK (OpenAI, Anthropic, Gemini, OpenRouter, Groq, Together, Mistral, xAI, Hugging Face) plus local Ollama / LM Studio, and a managed tier for people who don't want to manage keys at all.
  • Harness-managed agent control — tool approvals, background commands, waits, and sub-agents are enforced by the harness, not the prompt, so a weaker model can't emit a premature completion or mismanage a wait.
  • Verified edits — in Build / Debug the agent runs the project's own checks (tsc/eslint/ruff/mypy/pytest) through a sandboxed terminal and can't declare a task done while they fail. A command that exits non-zero, or an edit that didn't land on disk, goes back to the agent — not to you.
  • OS-level execution sandbox — per-OS write-confining command execution (Linux Landlock, Windows AppContainer, macOS Seatbelt), an approval queue with hunk-level diff accept/reject, a danger gate, and committable permission + hook rules at a single execution funnel. It can't reach past the project you opened.
  • Fast search, no index — bundled-ripgrep grep and glob over your workspace: no index to build, no background watcher, constant low memory at any repo size.
  • Atlarix Core — a managed tier with a pay-as-you-go credit wallet; no API key required. The app itself is free, with a full BYOK / local tier.
  • Parallel sub-agents — the task tool fans out up to five concurrent read-only scouts per turn, live thinking streamed per agent.
  • Token-efficient by design — on-demand tool-driven retrieval and model-triggered compress_context; provider-native tool blocks and prompt caching lift weak / local model performance.
  • Real workspace — interactive PTY terminal (persists across restarts), in-app browser it drives, @ file/folder mentions scoped to the current workspace, per-workspace MCP, and any Agent Skill or MCP server dropped straight in.
  • In the tools your team already uses — connectors for GitHub, Slack, Jira, Linear, and Notion.
  • Automations — put it on a schedule or a trigger (fix failing builds on every push, a weekly dependency review); it runs, then reports back.

Work modes: Explore (read-only) · Plan · Build · Debug · Review (correctness + security)

Atlarix Reviewer — reads the pull requests on repositories you choose and posts its findings as a review (file, line, what's wrong, and the fix). It never writes to your code and never runs it. Included with Atlarix Pro, unlimited repositories and pull requests.

As an open-source contributor, I've landed production code into major repositories using Atlarix on open-weight and local models — including Remix (merged by its co-creator), Caddy, Traefik, Valkey, TanStack Query, Apollo Client, Crawlee, and vim. Each is a public, verifiable merge — the code is AI-assisted (the agent appears as a commit co-author) and reviewed and merged by the projects' own maintainers.


Research

Blueprint: Section-Scoped Structural Graph Retrieval and Post-Turn Compression for Agentic LLM Coding in Multi-Repository Workspaces Amariah Abishai, NorahLabs — 2026 · published research

DOI

A peer-reviewed paper documenting the Blueprint architecture — a section-scoped structural index (Universal Ctags symbol graph + ast-grep edges + SQLite FTS5) that handed the agent structural understanding in ~6,500 tokens instead of a whole-repo dump — alongside post-turn tool-result summarisation and results from a controlled A/B evaluation on a production multi-repository workspace, including a counterintuitive finding: structural confidence lets the agent explore more, using more total context but producing stronger results. Blueprint was a research effort; Atlarix's current retrieval takes a different, lexical approach.


Open Source

atlarix-skills — Community Agent Behaviors registry. SKILL.md files teaching agents language patterns and framework conventions across React, Next.js, Python, TypeScript, Go, Rust, Docker, MCP, and more. Apache 2.0.

atlarix-mcps — MCP server registry for Atlarix. One-click connections to Gmail, Calendar, Drive, and more from within the agent environment. Apache 2.0.

atlarix-releases — Desktop app release builds for macOS, Linux, and Windows.


Stack

Layer Technologies
Languages TypeScript · Python · JavaScript · SQL · Bash
AI / ML Agentic Systems · Coding-Agent Harness Design · Multi-Agent Orchestration · Lexical Retrieval (ripgrep / BM25 / FTS5) · Context Compression · MCP · Open-Weight & Local Model Integration · Hugging Face
Desktop Electron · React · React Flow · SQLite
Backend Node.js · Django DRF · FastAPI · PostgreSQL · Redis · Celery
Infrastructure AWS · GCP · Docker · GitHub Actions · Supabase · Vercel
Auth & Billing Auth0 · Token Vault · LemonSqueezy
Monitoring Sentry · PostHog · Prometheus · Grafana

Other Projects

Praxia — AI healthcare assistant with MONAI X-ray analysis (pneumonia, fractures, tumours), multilingual symptom diagnosis, real-time WebSocket chat, and a Docker/Nginx/Celery production stack.

Commit Checker — Open source CLI for Git commit analysis.


Stats


Connect

Atlarix LinkedIn Email DOI Buy Me a Coffee

Pinned Loading

  1. commit-checker commit-checker Public

    Stay consistent. Stay accountable. Stay committed

    Python 5 1

  2. atlarix-releases atlarix-releases Public

    Downloads and release notes for Atlarix — the private AI workstation for engineering teams. macOS, Linux, Windows.

    JavaScript 8 3

  3. Praxia_Backend Praxia_Backend Public

    AI-powered healthcare assistant backend — symptom analysis, X-ray interpretation, multilingual support, and real-time WebSocket chat. Built with Django DRF, Celery, Redis, Docker, and Nginx.

    Python 1

  4. Praxia_Frontend Praxia_Frontend Public

    AI-powered healthcare assistant frontend — symptom analysis, X-ray upload, multilingual chat, and health news. Built with Next.js 14, TypeScript, and Tailwind CSS.

    TypeScript 1

  5. atlarix-skills atlarix-skills Public archive

    ARCHIVED historical registry. Atlarix removed the in-app skills registry in v14.45.0 — skills are now markdown files in .atlarix/skills/, committed with your own project. Kept for history only; see…

    JavaScript 2

  6. atlarix-mcps atlarix-mcps Public

    Auto-synced MCP registry for Atlarix — merged index.json of Model Context Protocol servers (official npm packages + community). No server code; Atlarix installs via installUrl.

    JavaScript 1