Skip to content
View baselanaya's full-sized avatar

Block or report baselanaya

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
baselanaya/README.md
Basel Anaya — building the infrastructure layer for agents

LinkedIn Website Location

AI Infrastructure Engineer · Solo Founder @ Maximlabs

Agents. Security. Markets. All local. All production.


⬢ Cirax — now shipping

Cirax

An invisible AI copilot that floats over your screen — sees what you see,
hears your meetings, and stays hidden from screen shares.

Release CI Platform License

A free, self-hosted Cluely alternative. BYOK — OpenAI, Anthropic, Gemini, Azure, or any OpenAI-compatible endpoint — with everything sensitive staying on your machine:

  • Stealth where the OS allows itWDA_EXCLUDEFROMCAPTURE on Windows; honest per-platform reporting everywhere else (no fake promises)
  • Local Whisper STT — microphone + meeting audio transcribed offline, keys encrypted via the OS keyring
  • Eye-contact camera companion — a virtual webcam that corrects your gaze while you read answers, driven by a MobileGaze network at ~7 ms/frame on CPU
  • Real releases — CI-built Linux x64/arm64 AppImages and a Windows installer on every version tag

Electron · JavaScript · Whisper.cpp · ONNX Runtime · MediaPipe


Projects

🔐 Kernex — zero-trust execution hypervisor for AI agents. A single static Rust binary that sandboxes any agent at the OS level with Landlock LSM + seccomp BPF — before the process boots. Audit mode generates least-privilege policies by observing one run; < 2 ms overhead vs ~500 ms for Docker.
Rust Landlock seccomp MCP
🗄️ Mercer — text-to-SQL for messy production schemas. Six-stage agentic pipeline on a consumer GPU, no vector DB. 74% execution accuracy on stratified benchmarks with Qwen2.5-Coder-7B, 100% on window functions.
Python llama.cpp Triton FastAPI
📈 Cynosure — fully local autonomous trading system for OKX perpetual swaps. A local Qwen3.5-4B synthesizer reads a ~500-token expert signal brief each 15-min cycle; deterministic Python owns all risk logic. Zero cloud LLM dependency.
Python TimesFM 2.5 Ollama OKX
🗣️ Valerie — visual speech recognition. A 500M-parameter VALLR-based lip-reading model that transcribes speech from video alone.
Python PyTorch
🛡️ Orion — self-hosted privacy VPN. Obfuscated WireGuard with a Tor-enforced Ghost mode.
Rust WireGuard Tor
🎬 Atlas — multi-model AI soundtrack generation playground for cinematic and game composers.
Python
👻 RemnantUE5 — first-person horror survival game in Unreal Engine 5.8, built as SAE Institute coursework.
C++ UE5
🌐 Maximlabs — the umbrella for all of it: infrastructure for agents that run locally, execute safely, and act under clear rules.

Stack

Languages

Rust Python JavaScript TypeScript C++

Inference & ML

llama.cpp ONNX Runtime SGLang Triton PyTorch

Systems & Infra

Linux Electron FastAPI Redis Docker


Stats




systems programming  ·  LLM inference  ·  agentic infrastructure  ·  kernel security

maximlabs.co · LinkedIn · Amman, Jordan

Popular repositories Loading

  1. Kernex Kernex Public

    Zero-trust execution hypervisor for AI agents. Sandboxes any agent at the OS level via Landlock LSM + seccomp BPF — no VMs, no daemons, single Rust binary.

    Rust 1

  2. RemnantUE5 RemnantUE5 Public

    A first-person horror survival game built in Unreal Engine 5.8, developed as coursework for SAE Institute. Pure Blueprint — no C++.

    C++ 1

  3. Valerie Valerie Public

    Valerie is a state-of-the-art visual automatic speech recognition (ASR) language model designed to improve upon existing lip reading technologies.

    Python

  4. baselanaya baselanaya Public

    Profile official README file, Nothing special :P

  5. Cynosure Cynosure Public

    A fully local autonomous AI trading system for OKX perpetual swaps

    Python

  6. Mercer Mercer Public

    Text-to-SQL for messy production schemas — 6-stage agentic pipeline, local GPU inference, no vector DB required

    Python