L
LibreCode
NOASSERTIONC#LibreCode is a free, open-source AI-powered code editor with native cross-platform UI, local AI via Ollama, and built-in reverse engineering toolkit for .NET, WASM, and ELF.
★ 73Fork 4更新于 2026-07-16
LibreCode is a free, open-source AI-powered code editor with native cross-platform UI, local AI via Ollama, and built-in reverse engineering toolkit for .NET, WASM, and ELF.
LibreCode 是一款免费、开源的 AI 驱动代码编辑器,基于 .NET 10 和 Avalonia UI 构建,原生运行于 Windows、Linux 和 macOS。它集成了全功能代码编辑器、本地 AI 助手(通过 Ollama)、内置终端、模型市场以及强大的逆向工程工具包,支持 .NET 程序集、WebAssembly 和 ELF 二进制文件的分析与调试。所有 AI 功能完全本地运行,无需联网,无遥测,无账户,无订阅。
docker run -d --name librecode -p 6080:80 -v /path/to/project:/workspace -v /path/to/ollama:/root/.ollama --restart unless-stopped your-image-name
AI 功能完全本地运行,无需联网。但模型市场需要联网浏览模型列表,下载模型也需要网络。
Windows、Linux 和 macOS。
首先安装 Ollama 并运行,然后通过命令行或模型市场下载一个模型(如 llama3.2),之后即可在 AI 面板中使用。
支持 .NET 程序集(.dll/.exe)、WebAssembly(.wasm)和 ELF 共享库(.so)。
是的,完全免费。但许可证限制重新分发和商业 SaaS 服务。