Desktop app for local AI experimentation
Top 49.9% on sourcepulse
local.ai is a desktop application designed for local, private, and secure AI experimentation, targeting developers and users who want to run AI models on their own hardware without incurring external costs. It provides a user-friendly interface for downloading and managing AI models, a note-taking app with per-note inference configuration, and a streaming inference server compatible with OpenAI's API.
How It Works
The application leverages the rustformers/llm
Rust crate at its core, enabling efficient local inference. It offers a curated model API and downloader, including hardware recommendations and model metadata. The note-taking feature saves configurations and notes as plain .mdx
files, facilitating easy sharing and version control. The integrated streaming server allows web applications to utilize local AI capabilities seamlessly.
Quick Start & Requirements
git submodule update --init --recursive
, pnpm i
, pnpm dev
.Highlighted Details
.mdx
format.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project name is similar to another project named LocalAI, and a potential rename is being considered. Contributions will be relicensed under GPLv3.
1 year ago
1 day