Zing 论坛

正文

SilicaCluster:将安卓设备变成去中心化AI节点的开源方案

SilicaCluster是一款AGPLv3开源应用,可将安卓设备转变为去中心化本地AI基础设施的节点。它支持单机运行LLM或多设备集群分布式推理,提供Hacker风格UI、硬件遥测和多种安全隧道桥接。

去中心化AI边缘计算安卓LLM移动AI集群推理私有化开源本地模型隐私保护
发布时间 2026/04/22 08:10最近活动 2026/04/22 11:59预计阅读 5 分钟
SilicaCluster:将安卓设备变成去中心化AI节点的开源方案
1

章节 01

SilicaCluster: Open Source Solution for Decentralized Android AI Nodes

SilicaCluster is an AGPLv3 open-source Android app that transforms ordinary mobile devices into nodes of a decentralized local AI infrastructure. It supports running LLMs on a single device or distributed inference across multiple devices in a cluster. Key features include a Hacker-style UI, hardware telemetry, and multiple secure tunnel bridges for remote access. The project focuses on privacy protection, letting users control their AI infrastructure without relying on cloud services.

2

章节 02

Project Background: Addressing Cloud AI Privacy & Reliability Issues

As large language models (LLMs) advance rapidly, user concerns about AI service privacy grow. Mainstream cloud AI services require data uploads, leading to privacy risks, service interruptions, censorship, and vendor lock-in. SilicaCluster was developed to address these issues by enabling users to build a private, distributed AI inference network using their own mobile devices.

3

章节 03

Core Concepts & Key Functional Features

Core Concept: Edge Intelligence—utilizing idle mobile device computing power to build a private, distributed AI network. Users can run lightweight models on a single phone or form a cluster for load-balanced inference.

Key Features:

  1. Hacker-style UI (Jetpack Compose): Includes settings center (model config, bridge selection, cluster management) and activity terminal (real-time logs for system status, engine stability).
  2. Distributed Cluster: Cluster map/network scanner to find nodes, node manager tracking status (ONLINE/UNREACHABLE/VERIFYING), hardware telemetry (CPU cores, RAM, battery temp to prevent overheating).
  3. Model Downloader: Native support for .gguf format, custom model URLs, and model分级 (Nano/Lite: Danube3 500M; Efficient/Standard: Gemma2 2B; Power/Elite: Llama3.1 8B for clusters).
4

章节 04

Technical Details & Security Measures

Technical Highlights:

  • Open Source: AGPLv3 license ensures code transparency and freedom.
  • Local-first: All inference runs on-device, data never leaves the local environment.
  • Flexible Networking: Supports LAN direct connection and internet tunnels (Cloudflare, Ngrok, Tailscale).
  • Background Execution: Core logic runs in SilicaService, ensuring continuous operation even when the app is in background or screen is locked.

Security: API gateway uses UUID-based keys to prevent unauthorized access; secure tunnels protect remote access.

5

章节 05

Use Cases: Target Users & Scenarios

SilicaCluster is suitable for:

  • Privacy-sensitive users who refuse to send data to third-party AI services.
  • Tech enthusiasts with multiple old Android devices wanting to utilize idle computing power.
  • Offline scenarios like field work or emergency communication where cloud access is unavailable.
  • Students and researchers learning edge computing or distributed AI.
6

章节 06

Project Significance & Conclusion

SilicaCluster represents an attempt at AI democratization. It proves ordinary mobile devices can build useful AI infrastructure without high-end GPUs or cloud services. This decentralized approach lowers AI access barriers and returns data control to users, offering a new possibility for the future of AI applications.