Trending Model:#1Qwythos-9B-Claude-Mythos-5-1M-GGUFempero-ai⬇1618kTrending Model:#2GLM-5.2zai-org⬇231kTrending Model:#3Unlimited-OCRbaidu⬇1070kTrending Model:#4Ornith-1.0-35B-GGUFdeepreinforce-ai⬇437kTrending Model:#5Agents-A1InternScience⬇9kTrending Model:#6Qwen3.6-27B-NVFP4nvidia⬇431kTrending Model:#7tabfm-1.0.0-pytorchgoogle⬇7kTrending Model:#8gemma-4-12B-agentic-fable5-composer2.5-v2-3.5x-tau2-GGUFyuxinlu1⬇371kTrending Model:#9DeepSeek-V4-Pro-DSparkdeepseek-ai⬇14kTrending Model:#10Hy3tencent⬇0kTrending Model:#1Qwythos-9B-Claude-Mythos-5-1M-GGUFempero-ai⬇1618kTrending Model:#2GLM-5.2zai-org⬇231kTrending Model:#3Unlimited-OCRbaidu⬇1070kTrending Model:#4Ornith-1.0-35B-GGUFdeepreinforce-ai⬇437kTrending Model:#5Agents-A1InternScience⬇9kTrending Model:#6Qwen3.6-27B-NVFP4nvidia⬇431kTrending Model:#7tabfm-1.0.0-pytorchgoogle⬇7kTrending Model:#8gemma-4-12B-agentic-fable5-composer2.5-v2-3.5x-tau2-GGUFyuxinlu1⬇371kTrending Model:#9DeepSeek-V4-Pro-DSparkdeepseek-ai⬇14kTrending Model:#10Hy3tencent⬇0k

ChocoPichu Introduces Project Sulfur To Power Local AI Coding Agents

Glowing yellow sulfur crystal block resting on a local computer circuit board.

Project Sulfur is a new open source desktop application that lets you run AI coding agents entirely on your local machine. It allows the AI to read, write, edit, and search files in your workspace while keeping all data private. The program supports real-time streaming chat and saves your conversation history automatically.

Developer ChocoPichu created this tool to understand how local large language models operate at a fundamental level. They wanted to figure out how inference engines serve requests and handle streaming tool calls. By building this project over a few months, ChocoPichu produced a functional agent harness for others to use.

File management and hardware tuning

Key Features
  • Runs completely local without any cloud.
  • Supports multiple inference backends like llama.cpp.
  • AI can read and edit your files.
  • Exposed controls for GPU layers and threads.
  • Ingests and analyzes PDF documents easily.

This application is for people who want to run AI models directly on their own hardware. Users can benefit from having deep controls over inference settings like context size and memory caching. It provides a practical way to manage workspaces and automate file tasks without sending data to external servers.

Project limitations and development notes

Currently the software only supports Windows, but the codebase uses pure Python so a Linux or Mac port is possible in the future. The developer notes this is their first open source project and was built primarily to learn rather than compete with commercial tools. It is not meant for production grade agentic setups yet.

"Built to learn, not to compete with Claude Code or Cursor if you need a production-grade agentic setup, this probably isn't it yet" - Source: Reddit