AI powered by people.
Community-AI is a shared Large-Language-Model, by the people, for the people.
- Start the app.
- Connect an OpenAI-compatible client to the local endpoint.
- Use public community inference and optionally share compute within your limits.
Community-AI takes care of everything else.
Once the app is running and connected, point your AI Chat application to
| Host | Base-URL | Model-Name |
|---|---|---|
| http://localhost:8080 | /v1/chat/completions | auto |
It works, but it's not fast. Don't expect it to outperform big, optimized datacenters. A Benchmark we ran on 09/09/2026:
Qwen 27B produced about 5.2 tokens/second.
| Measurement | Result |
|---|---|
| Output | 49 tokens, two complete sentences |
| Generation speed after first text | ~5.17 tokens/s |
| Overall speed, including initial wait | 2.32 tokens/s |
| Wait for first text | 11.63 seconds |
| Total time | 21.11 seconds |
A dedicated GPU is optional. These are practical starting guidelines for the alpha; the lowest supported hardware configuration has not been certified.
| Component | What you need |
|---|---|
| CPU | 64-bit Intel or AMD (x86-64). Four cores recommended. |
| RAM | 8 GB as a starting point; 16 GB recommended. Sharing needs extra memory for the model parts you contribute. |
| GPU | Optional. NVIDIA CUDA is supported for acceleration and sharing; an RTX 2070 SUPER with 8 GB VRAM has been tested. AMD and Intel GPU acceleration is not included. |
| Disk space | Start with 20 GB free, preferably on an SSD. The app uses about 4.3 GB on Windows or 5.2 GB on Linux; the small local model adds about 1.8 GB. Sharing requires additional space. |
| Operating system | 64-bit Windows 10 (1809+)/11, Ubuntu 22.04+ or Debian 12+ with a desktop environment. |
| Internet | Required for community inference and initial downloads. The small local model works offline after downloading. |
When the community model is available, your app sends text to peers without downloading its weights or processing model layers locally. The small local fallback remains available when the mesh cannot answer. Sharing your GPU is optional.
Download CommunityAI for Windows or Linux — available for closed alpha testing. Already using the app's updater? Check for updates in the sidebar, then choose Restart to update when the download finishes.
Latest release: 0.1.0-alpha.20260909.3
| Platform | Online installer | Offline installer |
|---|---|---|
| Windows | Download setup | Download full setup |
| Ubuntu/Debian | Download installer (Python) | Download .deb |
The online installer downloads and verifies the full package during setup.
For NVIDIA use, install a CUDA 12.4-compatible driver (551.61+ on Windows, 550.54.14+ on Linux). Python, PyTorch and the CUDA runtime are included. See the installation guide for setup, updates and the current alpha limitations.
Do NOT use CommunityAI for confidential/private data The peer handling your text can read it. We encrypt network-traffic, but a peer must actually open your request in cleartext to process it. We cannot guarantee that another person’s computer won’t record it, or that a malicious peer will answer honestly.
Nonetheless, this is what we do right now to make it as secure as possible:
- Messages between computers are encrypted
- Each computer proves it owns the identity it advertises (like an impersonation check)
- The files you download (Installer, Model-Data, etc.) must match our (preapproved) hashes.
- The updater checks our digital signature and the downloaded package before installing.
- We limit request sizes, simultaneous work and waiting times to make it harder for someone to overwhelm the network.
- All public (non-encrypted) status information is just things like available blocks and rough activity counts.
Again, don't use it for confident/company data!


