Back to browse
GitHub Repository

This repository implements a multi-node LangGraph/StateGraph runtime that mirrors the routing, state management, and tool-gating patterns I build in production. The architecture maps directly to systems I developed at Alohadot and ThePost, including multi-agent orchestration and LLM routing across vLLM/SGLang/OpenAI/Gemini.

13 starsPython

ZkzkAgent – a self-hosted AI assistant for Linux

by zkaria-gamal-11·Feb 12, 2026·1 point·1 comment

AI Analysis

●●SolidNiche GemShip It
The Take

This is a pragmatic, local-first sysadmin agent: it performs intelligent file search, manages processes/services, monitors Wi‑Fi and can auto-reconnect, and even offers a Whisper+TTS voice option — all while asking for human confirmation before risky commands. The code layout (main.py, modules, install.sh) and use of LangGraph + Ollama suggest a pipeline-driven Python implementation. Not groundbreaking — there are other local assistants — but it's one of the more focused, safety-aware options specifically built for Linux admins.

Category
Target Audience

Linux power users, system administrators, DevOps engineers, and privacy-conscious developers

Post Description

I built zkzkAgent, an open-source AI assistant that runs entirely on Linux locally.

It lets you manage your system with natural language instead of memorizing commands. Features include:

Search files and directories intelligently

Manage processes and services

Monitor internet/Wi-Fi and auto-reconnect

Optional voice interface (Whisper + TTS)

Human confirmation before risky commands

I made this because I wanted a privacy-first AI sysadmin that actually executes commands safely.

Similar Projects

FinanceMid

Investing assistant to manage money

The app wraps a chat UI around portfolio analysis and curated picks — importing Trading212 portfolios and promising ETF support gives it practical utility for novices. The dark, minimal UI looks intentional and focused on clarity, but the product concept is familiar: many robo‑advisors and AI fintechs already offer similar feeds and chat-driven advice. The deciding factors will be model accuracy, data import/security, and whether recommendations meaningfully outperform simple rule-based allocations.

SlickSolve My Problem
lay-soni
3104mo ago
Productivity●●Solid

Stash – AI-powered self-hosted bookmark manager

Hybrid search (semantic + keyword) with Reciprocal Rank Fusion, but bookmark managers are solved.

Solve My ProblemCozy
ayoub75_
103mo ago
Productivity●●Solid

Cai – AI actions on your clipboard, runs locally (macOS, open source)

It maps seven detected content types to one‑key actions — convert invites to calendar events, jump addresses into Maps, or run custom prompts — and even ships a local MinistraI 3B runtime so nothing leaves your machine. Smart, keyboard‑first ergonomics and app‑aware responses make it genuinely useful; the hard part now is building enough action templates or integrations to outcompete Raycast/Alfred clones.

Solve My ProblemSlick
soyasis
114mo ago
SecurityMid

I built a self-hosted network video surveillance system

There are some smart engineering choices here — one FFmpeg process per camera that both serves HLS for live view and writes MP4 avoids multiple RTSP streams and makes detection on segments straightforward. Detection runs via ONNX YOLO on HLS segments with background‑subtraction to ignore static noise, plus tiered hot/warm/cold storage, calendar timeline playback, clip extraction and an LLM watchdog; it's feature‑dense and clearly built from real operating experience, though it competes with mature projects (Frigate/Shinobi) and will be judged on device compatibility and runtime reliability.

WizardryNiche Gem
kevin42
104mo ago