🧪 AI 金融工具实验室

开源金融工具自托管——WSL2 + Docker + systemd,本地运行

运行中
💰

Actual Budget

Local-First 个人理财系统。信封预算法、SQLite 本地存储、CRDT 多设备同步。Yarn 4 monorepo,React + TypeScript,systemd 持久化。
TypeScriptReactSQLiteCRDTsystemd
本地访问 http://localhost:3001
运行中 · 公网可访问
📊

Ghostfolio

开源投资组合追踪器。NestJS + Angular + PostgreSQL,多资产类别、收益分析与可视化。Docker Compose 部署。
NestJSAngularPostgreSQLDocker
本地访问 http://localhost:3333
已跑通 · CLI
🤖

AI 对冲基金

19 位 AI 投资大师并行决策。巴菲特/技术/估值/宏观等 Agent → Portfolio Manager 汇总买卖信号。已跑通 AAPL 分析:HOLD,信心 65%。
PythonLangChainDeepSeekMulti-Agent
命令行运行 cd ~/financial-tools/ai-hedge-fund && PYTHONPATH=src .venv/bin/python src/main.py --ticker AAPL --analysts warren_buffett,technical_analyst,valuation_analyst --show-reasoning
已装 · Python 库
🏦

TradingAgents

双层牛熊辩论框架。Bull vs Bear → Research Manager 裁决;Aggressive/Conservative/Neutral → Portfolio Manager 裁决。v0.2.5,120+ 依赖已安装。
PythonLangGraphMulti-Agent辩论框架
Python 导入 from tradingagents.graph.trading_graph import TradingAgentsGraph
运行中
📈

NOFX

AI 驱动加密货币交易策略引擎。Go 后端 + 前端,支持多交易所、自定义策略、大模型配置。Docker 预构建镜像部署。
GoDockerCryptoAI Trading
本地访问 http://localhost:3000
💡 所有工具运行在本地 WSL2 环境,通过 Windows 浏览器 localhost:<端口> 直接访问。部分工具提供了 localhost.run 公网隧道(URL 会随重连变化,不在页面硬编码)。