Skip to content

AtomicBot-ai/Atomic-Chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7,998 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atomic Chat

Atomic Chat

Open-source ChatGPT alternative. Run local LLMs or connect cloud models — with full control and privacy.

Stars  Forks  Last Commit  Tauri  Node.js

Getting Started · Discord · X / Twitter · Bug Reports

Atomic Chat Interface


Download

macOS (Universal) atomic-chat.dmg

Download from atomic.chat or GitHub Releases.


Features

  • 🧠 Local AI Models — download and run LLMs (Llama, Gemma, Qwen, and more) from HuggingFace
  • ☁️ Cloud Integration — connect to OpenAI, Anthropic, Mistral, Groq, MiniMax, and others
  • 🤖 Custom Assistants — create specialized AI assistants for your tasks
  • 🔌 OpenAI-Compatible API — local server at localhost:1337 for other applications
  • 🔗 Model Context Protocol — MCP integration for agentic capabilities
  • 🔒 Privacy First — everything runs locally when you want it to

Build from Source

Prerequisites

  • Node.js ≥ 20.0.0
  • Yarn ≥ 4.5.3
  • Make ≥ 3.81
  • Rust (for Tauri)
  • (Apple Silicon) MetalToolchain xcodebuild -downloadComponent MetalToolchain

Run with Make

git clone https://github.com/AtomicBot-ai/Atomic-Chat
cd Atomic-Chat
make dev

This handles everything: installs dependencies, builds core components, and launches the app.

Available make targets:

  • make dev — full development setup and launch
  • make build — production build
  • make test — run tests and linting
  • make clean — delete everything and start fresh

Manual Commands

yarn install
yarn build:tauri:plugin:api
yarn build:core
yarn build:extensions
yarn dev

System Requirements

  • macOS: 13.6+ (8GB RAM for 3B models, 16GB for 7B, 32GB for 13B)

Troubleshooting

If something isn't working:

  1. Copy your error logs and system specs
  2. Open an issue on GitHub
  3. Or ask for help in our Discord #🆘|atomic-chat-help channel

Contributing

Contributions welcome. See CONTRIBUTING.md for details.

Discord  Report Issues  Submit PRs


Contact


License

Apache 2.0 — see LICENSE for details.

Acknowledgements

Built on the shoulders of giants:


© 2026 Atomic Chat · Built with ❤️ · atomic.chat

About

Atomic-Chat is an open source alternative to ChatGPT that runs 100% offline on your computer.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 72.1%
  • Rust 20.8%
  • Swift 2.3%
  • Python 1.8%
  • JavaScript 1.0%
  • Shell 0.8%
  • Other 1.2%