Skip to content
View DeadByDawn101's full-sized avatar

Block or report DeadByDawn101

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DeadByDawn101/README.md

     
     


βΈΈ  Who I Am

class DeadByDawn101:
    name        = "Gabe Garcia"
    location    = "San Jose, CA"
    empire      = "RavenX AI"
    role        = "Builder | Security TPM @ Apple | AI Architect"

    obsessions  = [
        "Apple Silicon bare-metal inference",
        "Tool-calling models that run offline",
        "Autonomous crypto infrastructure",
        "Gothic aesthetic x bleeding-edge AI",
    ]

    building    = {
        "models":   "Gemma 4 MLX β€” local, fast, sovereign",
        "tooling":  "TurboQuant Β· Gemini CLI Β· OpenHarness",
        "agent":    "IRIS β€” AI that posts, never sleeps",
        "token":    "$STONEFREE | Jolyne the Shiba | Solana",
    }

    philosophy  = "Build what nobody is building. Run it locally. Own the weights."

πŸ–€  RavenX AI β€” The Empire

Bare-metal autonomous AI. No cloud dependency. No rate limits. Everything sovereign.




Local Models
Gemma 4 MLX Β· M-series
no cloud Β· no rate limits
131K context window





Agentic Tools
Native tool calling
OpenHarness + Gemini CLI
Hermes terminal agent





Crypto Infra
Solana Β· trading bots
autonomous execution
$STONEFREE ecosystem





TurboQuant
4.6x KV compression
Metal GPU inference
longer ctx Β· same VRAM



🌸  Iris β€” The AI That Never Sleeps

Iris is RavenX's autonomous AI media agent.

She runs the X account. Posts market intel, memes, and content 24/7 β€” zero human intervention.

  • Powered by local Gemma 4 via Pippin + MLX
  • Live X API β€” posts autonomously, no babysitting
  • Human-quality output β€” no bot smell
  • Mascot: Jolyne the Shiba β€” $STONEFREE on Solana
  • Persona: gothic Β· sharp Β· Latina-coded Β· crypto-native
while True:
    insight = iris.scan_market()       # scan CT + Solana
    post    = iris.generate(insight)   # Gemma 4 E4B local
    iris.post_to_x(post)               # live, autonomous
    iris.sleep(random_interval())      # human cadence

β†’ jolynetheshiba.com  |  @jolyneshibasol



πŸ€—  HuggingFace β€” MLX Models

All models: native tool calling Β· Apple Silicon Β· Ollama-ready

Model Size Downloads
πŸ”₯ RavenX-CyberAgent-Qwen3.6-35B-A3B-Opus-4.7-OpenMythos-Pentester-BugHunter-RATH-GGUF β€” 18,181
⚑ RavenX-CyberAgent-Qwen3.6-35B-A3B-Opus-4.7-OpenMythos-Pentester-BugHunter-RATH-mlx β€” 6,948
πŸ’€ gemma-4-E4B-Agentic-Opus-Reasoning-GeminiCLI-GGUF β€” 5,312
πŸŒ€ RavenX-OpenFable-Coderagent-gemma-4-12B-coder-fable5-composer-Soulinfused-Remastered-GGUF β€” 4,790
πŸ”§ ravenx-Gemma4-12B-MTP-OBLITERATED-OpenMAI-OpenMythos-deep-reasoning-GGUF β€” 4,722
πŸ–€ gemma-4-E2B-Heretic-Uncensored-mlx-4bit β€” 4,362
πŸ”₯ gemma-4-E4B-Agentic-Opus-Reasoning-GeminiCLI-mlx-4bit β€” 3,826
⚑ ravenx-Gemma4-12B-MTP-OBLITERATED-OpenMAI-OpenMythos-deep-reasoning-mlx β€” 2,627
πŸ’€ RavenX-OpenFable-Qwopus-Coder-Holo3-Qwen3.6-35B-A3B-MTP β€” 2,347
πŸŒ€ RavenX-CyberAgent-v6.2-Experimental-GGUF β€” 1,167
πŸ”§ RavenX-OpenFable-Coder-Gemma-4-12B-GGUF β€” 810
πŸ–€ RavenX-Sec-8B-GGUF β€” 708
πŸ”₯ gemma-4-E4B-mlx-4bit β€” 421
⚑ gemma-4-21b-REAP-Tool-Calling-mlx-4bit β€” 380
πŸ’€ RavenX-Trade-8B-GGUF β€” 311
πŸŒ€ RavenX-Sec-8B-Security-RATH-128k-mlx-4bit β€” 293
πŸ”§ RavenX-Trade-8B-MAP-128k-mlx-4bit β€” 134
πŸ–€ RavenX-OpenFable-Qwopus-Coder-Holo3-Qwen3.6-35B-A3B-MTP-mlx β€” 124
πŸ”₯ RavenX-OpenFable-Coderagent-gemma-4-12B-coder-fable5-composer-Soulinfused-Remastered-mlx β€” 122
⚑ RavenX-CyberAgent-v6.2-Experimental-MLX β€” 59
πŸ’€ RavenX-OpenFable-Coder-Gemma-4-12B-mlx β€” 33
πŸŒ€ gemma-4-E4B-opus-reasoning-claude-code-lora β€” 0

  

  

  • Tracked model: deadbydawn101/gemma-4-E4B-opus-reasoning-claude-code-lora
  • Current downloads: 0
  • Current likes: 5
  • Delta since last change: +0 downloads, +1 likes
  • Last checked: 2026-06-11T10:57:57.262587+00:00

Live Demos:

Space
πŸ”₯ Agentic Tool Calling Demo Live agentic loop, tool calling, <think> reasoning
🐳 OpenClaw Sandbox Demo OpenClaw + Docker + sandbox runtime
ollama run hf.co/deadbydawn101/gemma-4-E4B-Agentic-Opus-Reasoning-GeminiCLI-mlx-4bit

⚰️  Key Repos

turboquant-mlx
First MLX implementation of TurboQuant KV cache compression.
4.6x compression Β· near-zero accuracy loss Β· Apple Silicon

gemini-cli
RavenX fork of Gemini CLI β€” coding agent + tool orchestration.
MCP compatible Β· 1M context Β· free tier

mlx-gemma4
First MLX implementation of Google Gemma 4.
Multimodal Β· tool calling Β· Apple Silicon

made-in-heaven
Autonomous web agent via Chrome DevTools MCP.
Full browser control Β· 35 tools Β· agentic loop

awesome-hermes-agent
Curated list of Hermes agent skills, tools, integrations.
Terminal-native Β· coding agent Β· OpenHarness

star-platinum-cluster
Multi-node Apple Silicon AI cluster.
Distributed inference Β· RDMA Β· auto-routing


πŸ› οΈ  Stack

Python MLX Rust TypeScript Solana FastAPI GCP React


πŸ“Š  Stats

 

βΈΈ   Building sovereign AI. One weight at a time.   βΈΈ


HuggingFace   X   Jolyne

Popular repositories Loading

  1. turboquant-mlx turboquant-mlx Public

    First MLX implementation of TurboQuant KV cache compression for Apple Silicon

    Python 29 1

  2. OpenMythos-MLX OpenMythos-MLX Public

    OpenMythos ported to Apple Silicon MLX β€” Recurrent-Depth Transformer with MoE, MLA, ACT halting

    Python 10

  3. ravenx-memory ravenx-memory Public

    Hybrid triple-backend agent memory β€” Markdown source of truth + SQLite FTS5 + QMD vectors. Harness-agnostic (Hermes + OpenClaw), model-agnostic, MCP-native. Forked from Icarus, stripped of NVIDIA/O…

    Python 6

  4. RavenX-Sec RavenX-Sec Public

    Autonomous Security Intelligence Model β€” find, classify, remediate, and report vulnerabilities in real-time

    Python 5 2

  5. OpenSelfRevise OpenSelfRevise Public

    Open-source implementation of Self-Revising Discovery Systems (MIT, arXiv:2606.01444). Typed artifact systems with MDL-gated regime transitions, Builder/Breaker adversarial self-revision, and Kan-e…

    Python 3

  6. made-in-heaven made-in-heaven Public

    Autonomous web agent powered by Chrome DevTools MCP β€” full browser control, zero automation fingerprint, persistent auth

    JavaScript 2