AI Skill Hub 推荐使用:前廊AI 是一款优质的AI工具。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
前廊AI 是一款基于 Dart 开发的开源工具,专注于 ai、ai-companion、character-ai 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
前廊AI 是一款基于 Dart 开发的开源工具,专注于 ai、ai-companion、character-ai 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 克隆仓库 git clone https://github.com/linux4life1/front-porch-AI cd front-porch-AI # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 front-porch-ai --help # 基本运行 front-porch-ai [options] <input> # 详细使用说明请查阅文档 # https://github.com/linux4life1/front-porch-AI
# front-porch-ai 配置说明 # 查看配置选项 front-porch-ai --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export FRONT_PORCH_AI_CONFIG="/path/to/config.yml"
A privacy-first AI companion for Windows, Linux, and macOS. Runs fully offline with local LLMs (KoboldCpp, etc.) by default, but also supports remote APIs like OpenRouter, Nano-GPT, and OpenAI with no lock-in when you want them.
💬 Join the Discord — questions, feedback, and hanging out welcome. Also on Matrix.
<p align="center"> <img src="docs/screenshots/home_new.png" width="800" alt="Front Porch AI — Character Library"> </p>
---
<p align="center"> <strong>Download v0.9.8</strong><br><br> <a href="https://github.com/linux4life1/front-porch-ai/releases/latest"><strong>Windows • macOS • Linux</strong></a> </p>
---
v0.9.8 is a substantial release focused on making the app feel more alive and reliable. The headline feature is Character Expressions, but the release also delivers major maturation of the Realism Engine, a much more robust local TTS experience, .kcpps preset support, custom chat backgrounds, and dozens of quality-of-life and stability improvements.
🎭 Character Expressions — Live Emotion Portraits
Your characters now look the way they feel. As the conversation evolves, their portrait automatically swaps to match their current emotional state.
🧠 Realism Engine – Major Maturation
The Realism Engine received its most significant round of refinements to date:
🗣️ Voice & Narration (Kokoro TTS)
Local voice output is now significantly more reliable and pleasant:
⚙️ .kcpps Presets & Context Management
.kcpps launch presets.StorageService for consistency across the app.✨ UI Polish & Quality of Life
🐛 Stability & Fixes
This release represents one of the largest cumulative improvements to day-to-day feel and reliability since the Realism Engine was first introduced.
---
Ubuntu/Debian
sudo apt-get install clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev libwpewebkit-1.0-dev
Arch Linux
sudo pacman -S clang cmake ninja pkgconf gtk3 xz wpewebkit
Fedora
sudo dnf install clang cmake ninja-build pkgconf-pkg-config gtk3-devel xz-devel libstdc++-devel wpewebkit-devel
wpewebkit is required for the built-in browser (Chub.ai / aicharactercards.com import). Pre-built AppImages bundle it automatically.
Beta releases (e.g. the 0.9.8-Beta series) are available for early access to new features. They are completely isolated from your stable installation:
~/Documents/FrontPorchAI-Beta/beta_ prefixThis isolation protects your main library while you test new features. Beta builds are recommended only for users comfortable with occasional rough edges.
---
git clone https://github.com/linux4life1/front-porch-ai.git
cd front-porch-ai
flutter pub get
flutter run
macOS release build (includes RAG embedding server):
./scripts/build-macos.sh
Linux / Windows release build:
cargo build --release --manifest-path tools/embed_server/Cargo.toml
flutter build linux # or windows > On Linux/Windows, copy tools/embed_server/target/release/embed_server next to the built executable under embed_server/embed_server.
---
<details> <summary><strong>📦 Old Release Notes</strong></summary>
Q4_K_M or Q5_K_M), download.---
---
Debian / Ubuntu / Mint / Pop!_OS
curl -fsSL https://apt.dreamersai.art/install.sh | bash
sudo apt install front-porch-ai Or manually: curl -fsSL https://apt.dreamersai.art/front-porch-ai.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/front-porch-ai.gpg
echo "deb [signed-by=/etc/apt/keyrings/front-porch-ai.gpg] https://apt.dreamersai.art stable main" | sudo tee /etc/apt/sources.list.d/front-porch-ai.list
sudo apt update && sudo apt install front-porch-ai
Fedora / RHEL / openSUSE
sudo dnf config-manager --add-repo https://rpm.dreamersai.art/front-porch-ai.repo
sudo dnf install front-porch-ai
Arch Linux (AUR)
yay -S front-porch-ai-bin # Stable (recommended)
yay -S front-porch-ai-beta-bin # Beta / Early access
Future updates arrive through your normal system updates (apt upgrade, dnf upgrade, yay -Syu).
Beta builds are available for early access to new features. They install to a completely separate directory (~/Documents/FrontPorchAI-Beta/) and usebeta_preference keys so they never touch your stable data. See the Beta Builds section below for details.
If you're evaluating local AI tools, here's an honest breakdown. Every project on this list is doing something right — the goal isn't to trash competitors, it's to help you pick the right tool for you.
| Feature | **Front Porch AI** | SillyTavern | Jan.ai | Backyard AI |
|---|---|---|---|---|
| **Native desktop app** | ✅ Flutter (Win/Mac/Linux) | ❌ Web-based (local server) | ✅ Electron | ✅ (abandoned) |
| **Fully offline — no cloud required** | ✅ | ✅ | ✅ | ✅ |
| **Remote LLM Endpoints** | ✅ Native multi-provider support (OpenRouter, Nano-GPT, custom, etc.) with deep integration | ✅ Strong native support for custom OpenAI-compatible endpoints | ⚠️ Limited | ❌ (service discontinued) |
| **Built-in TTS (50+ voices)** | ✅ Kokoro + Piper + ElevenLabs + OpenAI | ⚙️ Extension required | ❌ | ❌ |
| **Speech-to-text (push-to-talk)** | ✅ Whisper, built-in | ⚙️ Extension required | ❌ | ❌ |
| **Local image generation** | ✅ A1111, Forge, Draw Things | ⚙️ Extension required | ❌ | ❌ |
| **Realism Engine** | ✅ Time, trust, emotion, chaos, objectives | ❌ | ❌ | ❌ |
| **Character Expressions** | ✅ ONNX + LLM, live avatar swap | ⚙️ Extension required | ❌ | ❌ |
| **RAG memory (local)** | ✅ ONNX embeddings, no cloud | ⚙️ Extension required | ❌ | ❌ |
| **Novel / story generator** | ✅ Porch Stories pipeline | ❌ | ❌ | ❌ |
| **Cloud sync** | ✅ Google Drive / WebDAV | ❌ | ❌ | ❌ |
| **Character card compatibility** | ✅ V2 spec + Backyard .byaf import | ✅ V2 spec | ❌ | .byaf only |
| **Group chat** | ✅ | ✅ | ❌ | ❌ |
| **Extension / plugin ecosystem** | ❌ | ⭐ Very large | Moderate | ❌ |
| **Open source license** | ✅ AGPL-3.0 | ✅ AGPL-3.0 | ✅ MIT | ❌ |
| **Best for** | Polished AI companion + storytelling | Power users / heavy customization | Simple local chat | — |
SillyTavern's extension ecosystem is genuinely impressive and unmatched for customization depth. If you want maximum flexibility and don't mind configuration work, it's excellent. Front Porch AI prioritises everything working out of the box for users who want to chat, not configure.
---
GPL 3开源,替代Backyard AI
该工具使用 AGPL-3.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ AGPL 3.0 — 最严格的 Copyleft,网络服务端使用也需开源,SaaS 使用受限。
总体来看,前廊AI 是一款质量良好的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | front-porch-AI |
| 原始描述 | 开源AI工具:GPL 3 replacement of defunct Backyard AI character creation/chat platform。⭐39 · Dart |
| Topics | aiai-companioncharacter-aichatbotdesktop-appdart |
| GitHub | https://github.com/linux4life1/front-porch-AI |
| License | AGPL-3.0 |
| 语言 | Dart |
收录时间:2026-06-02 · 更新时间:2026-06-02 · License:AGPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。