Skip to content
View askalf's full-sized avatar

Block or report askalf

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

Local-first LLM infrastructure.


Project What it does
dario A universal LLM router. One local endpoint, every provider — OpenAI, Groq, OpenRouter, Ollama, Claude subscriptions, any OpenAI-compat URL. Your tools point here and stop caring which vendor is upstream. npm
arnie An IT troubleshooting companion for the terminal. Claude Code's tool grammar, specialized for diagnosing and fixing real issues — networking, AD, Windows Update, log triage, registry, firewall, services, processes, hardware. Confirm-gated mutations, dry-run, plan mode. Routes through dario to keep subscription billing. npm
hands A computer-use agent. Natural language → your mouse, keyboard, and screen. Drives the OS through its native shell (PowerShell / AppleScript / xdotool) for speed, screenshot tool for visual verification, optional voice pipeline. Routes through dario or any Anthropic-compat endpoint to keep subscription billing. npm
deepdive A local research agent. One command, cited answer — plan, search, read, iterate with a critic loop, synthesize. Routes LLM calls through dario so deep research runs on your own subscription. npm
claude-bridge A Claude Code ↔ Discord bridge. Mirrors your CC sessions to a Discord channel, pings you when Claude goes idle, and runs a full agent loop (Bash / Read / Write / Glob / Grep) on your replies via dario — full remote control from your phone. npm

Pinned Loading

  1. dario dario Public

    Local LLM router. One endpoint for Claude Max/Pro, OpenAI, OpenRouter, Groq, Ollama, LiteLLM, any OpenAI-compat URL — your tools don't need to change. OAuth for Claude subscriptions, multi-account …

    JavaScript 191 37

  2. arnie arnie Public

    Portable IT troubleshooting companion powered by Claude — networking, AD, Windows Update, package managers, log triage, hardware checks, dev environments. Routes through dario for subscription bill…

    TypeScript 1

  3. deepdive deepdive Public

    Local research agent. One command, cited answer. Plan → search → headless browser fetch → extract → synthesize. Every LLM call goes through your own router (dario / Anthropic-compat). Zero hosted d…

    JavaScript 1 2

  4. hands hands Public

    Cross-platform computer-use agent. Your LLM on your mouse, keyboard, and screen. Windows (PowerShell), macOS (open + osascript), Linux (xdotool / ydotool). Voice optional, safety guardrails. Routes…

    TypeScript 1 1