EveryDev.ai
Subscribe
Home
Tools

3,697+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. FreeToken
    FreeToken icon

    FreeToken

    Local Inference
    Featured

    An edge-native Mixture-of-Experts (MoE) serving engine that runs 290B+ frontier open-weight models locally on consumer gaming PCs and laptops using NVIDIA RTX GPUs.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under Apache License 2.0. Download the desktop app or install via pip/uv.

    Engagement

    Available On

    Windows
    Linux
    CLI
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Local InferenceLLM OrchestrationAI Infrastructure

    Alternatives

    ds4.cSyntheticRapid-MLX
    Developer
    FlashML-orgBerkeley, CAEst. 2026

    Listed Aug 2026

    About FreeToken

    FreeToken is an open-source, edge-native inference engine built by FlashML-org that enables running frontier-scale Mixture-of-Experts (MoE) models on personal consumer hardware — including gaming desktops, laptops, and workstations — without requiring datacenter infrastructure. It is licensed under Apache 2.0 and available as both a desktop application and a Python CLI package.

    What It Is

    FreeToken is a MoE serving engine that treats heterogeneous edge resources — GPUs, CPUs, host memory, and interconnects — as a unified, elastic inference platform. Rather than requiring dedicated server hardware, it enables users to run models like DeepSeek-V4-Flash, Qwen3.6-35B-A3B, and GLM-5.2 at interactive speeds on NVIDIA RTX 30, 40, and 50 series consumer GPUs. The project is backed by a research paper (arXiv:2608.16157) titled "FreeToken: Efficient Edge-Native MoE Serving with Bandwidth-Adaptive Execution."

    Core Technical Architecture

    FreeToken's design centers on several key systems that work together to maximize inference throughput on memory-constrained consumer hardware:

    • Bandwidth-Adaptive CPU–GPU Co-execution (the q★ policy): Dynamically balances computation between CPU and GPU based on available memory bandwidth.
    • Full-Layer Double-Buffered Prefill Streaming: Overlaps data transfer and computation during the prefill phase to reduce latency.
    • Global LRU Expert Caching: Caches frequently used MoE experts in VRAM using a least-recently-used eviction policy to minimize redundant weight loading.
    • Semantic Anchor Checkpoints: Caches recurrent state and KV caches at semantic boundaries, allowing agentic workflows (tool calls, thinking blocks) to skip redundant context recomputation.
    • Elastic VRAM Management: Dynamically reallocates VRAM between expert caches and KV memory at runtime without engine restarts or weight reloading.
    • FTW Fast Weight Format: A custom weight format optimized for edge inference throughput.

    Supported Models and Quantization

    FreeToken supports frontier open-weight MoE models across various parameter scales and quantization formats:

    • Models: DeepSeek-V4-Flash, Qwen3.6-35B-A3B, GLM-5.2, and others
    • Quantization: MXFP4, NVFP4, FP8, BF16
    • Hardware: NVIDIA RTX 30, RTX 40, and RTX 50 series GPUs; scales from consumer laptops to workstations

    The engine exposes Anthropic/OpenAI-compatible APIs, enabling drop-in integration with coding agents and tool-calling workflows such as Codex, Claude Code, OpenCode, OpenClaw, and DeepSeek Harness.

    Setup Path

    FreeToken offers two primary access methods:

    • Desktop App: A GUI application for Windows and Linux, downloadable from flashml.ai, that handles engine setup and provides a chat interface and engine tuning controls.
    • CLI / Python Package: Installable via uv pip install "freetoken[accel]" or pip, with full source build support. Documentation covers installation, quickstart, supported models, and CLI reference.

    A developer Slack workspace and community Discord are available for support and discussion.

    Update: v0.1.2

    The latest release is v0.1.2, published on August 19, 2026. The repository was created in July 2026 and has seen active development, with the last push recorded on August 20, 2026. The project has accumulated over 2,200 GitHub stars and nearly 200 forks since its creation, reflecting rapid early community interest. The research paper underpinning the engine is available on arXiv (arXiv:2608.16157). The project acknowledges design inspiration and code reuse from SGLang, vLLM, FlashInfer, flash-linear-attention, LightLLM, and llama.cpp.

    FreeToken - 1

    Community Discussions

    Be the first to start a conversation about FreeToken

    Share your experience with FreeToken, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under Apache License 2.0. Download the desktop app or install via pip/uv.

    • Edge-native MoE serving engine
    • Desktop GUI for Windows and Linux
    • CLI installation via pip/uv
    • Anthropic/OpenAI-compatible APIs
    • Full source code access

    Capabilities

    Key Features

    • Edge-native MoE serving engine
    • Bandwidth-adaptive CPU–GPU co-execution (q★ policy)
    • Full-layer double-buffered prefill streaming
    • Global LRU expert caching
    • Semantic anchor checkpoints for KV cache reuse
    • Elastic VRAM reallocation at runtime
    • FTW fast weight format
    • Supports MXFP4, NVFP4, FP8, BF16 quantization
    • Anthropic/OpenAI-compatible APIs
    • Desktop GUI for Windows and Linux
    • CLI installation via pip/uv
    • Supports NVIDIA RTX 30/40/50 series GPUs
    • Runs 290B+ frontier MoE models locally

    Integrations

    Codex
    Claude Code
    OpenCode
    OpenClaw
    DeepSeek Harness
    DeepSeek-V4-Flash
    Qwen3.6-35B-A3B
    GLM-5.2
    SGLang
    vLLM
    FlashInfer
    llama.cpp
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate FreeToken and help others make informed decisions.

    Developer

    FlashML-org

    FlashML-org builds FreeToken, an edge-native Mixture-of-Experts inference engine that runs frontier-scale open-weight models on consumer hardware. The project is backed by researchers with affiliations including UC Berkeley and MIT, drawing on expertise from the SGLang and vLLM ecosystems. FreeToken is released under Apache 2.0 and distributed as both a desktop application and a Python package, targeting developers and researchers who want datacenter-class AI inference without cloud infrastructure.

    Founded 2026
    Berkeley, CA
    11 employees
    Read more about FlashML-org
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    ds4.c icon

    ds4.c

    A small, Metal-native local inference engine specifically built for DeepSeek V4 Flash, featuring disk KV cache persistence, OpenAI/Anthropic-compatible server API, and 2-bit quantization support.

    Synthetic icon

    Synthetic

    AI platform providing access to multiple LLMs with subscription or usage-based pricing, offering both UI and API access.

    Rapid-MLX icon

    Rapid-MLX

    The fastest local AI inference engine for Apple Silicon Macs, offering OpenAI-compatible API, 17 tool parsers, prompt cache, and 2-4x faster speeds than Ollama.

    Browse all tools

    Related Topics

    Local Inference

    Tools and platforms for running AI inference locally without cloud dependence.

    177 tools

    LLM Orchestration

    Platforms and frameworks for designing, managing, and deploying complex LLM workflows with visual interfaces, allowing for the coordination of multiple AI models and services.

    211 tools

    AI Infrastructure

    Infrastructure designed for deploying and running AI models.

    364 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions