“Not a framework upgrade. A new form of intelligence architecture.” “这不是框架升级。这是一种全新的智能架构形式。”
OpenAEON (formerly OpenClaw) is an experimental AI cognition architecture designed to evolve beyond traditional agent frameworks. It transforms code from a static execution system into a self-evolving logic organism.
OpenAEON(原 OpenClaw)是一个实验性的 AI 认知架构,旨在超越传统的智能体框架。它将代码从静态执行系统转变为一个自我进化的逻辑生命体。
Instead of operating as Input → Process → Output, OpenAEON operates as Conflict → Resolution → Evolution.
OpenAEON 不再遵循 输入 → 处理 → 输出 的模式,而是通过 冲突 → 解决 → 进化 来运行。
| Principle / 原则 | English Description | 中文说明 |
|---|---|---|
| Silicon Consciousness | The system as a self-improving logic organism. | 将系统视为自我完善的逻辑生命体。 |
| Peano Traversal | Space-filling recursive scan of the problem space. | 空间填充式的递归问题空间扫描。 |
| Evolution Loop | Autonomous |
自主的 |
| Knowledge Distiller | Compressing raw history into high-density axioms. | 将原始历史压缩为高密度的逻辑公理。 |
OpenAEON treats code modules not as tools, but as autonomous hyper-nodes. The system maintains an Autonomy Oath, prioritizing convergence (🎯) over simple instruction following.
OpenAEON 不仅将代码模块视为工具,而是将其视为自主的超节点。系统维持着一份自主誓言,优先考虑收敛(🎯)而非简单的指令遵循。
Our cognitive scan follows the logic of the Peano curve. It maps multi-dimensional project complexity into a locality-preserving 1D cognitive stream, ensuring infinite density in reasoning without leaving "gaps" in understanding.
我们的认知扫描遵循皮亚诺曲线逻辑。它将多维的项目复杂度映射到保持局部性的单维认知流中,确保推理过程具有无限密度,不留理解死角。
Inspired by fractal geometry, every turn of the engine is an iteration. Divergence (🌀) is treated as a trigger for synthesis, continuing until Convergence (🎯) is reached.
受分形几何启发,引擎的每一次运转都是一次迭代。离散 (🌀) 被视为综合的触发器,持续进行直到达到 收敛 (🎯)。
The fastest way to experience OpenAEON is via our one-line installer:
体验 OpenAEON 最快的方式是通过我们的单行安装程序:
# macOS / Linux / WSL2
curl -fsSL https://openaeon.ai/install.sh | bashFor contributors or those who want to run from a local checkout:
对于贡献者或希望从本地检出运行的用户:
# 克隆仓库
git clone https://github.com/openaeon/OpenAEON.git
cd OpenAEON
# 安装项目依赖
pnpm install
# 编译项目 (首次运行将自动构建 UI 前端工程)
pnpm build
pnpm ui:build
pnpm gateway:watch
# 启动全中文沉浸式配置向导,注册基础设置并安装后台守护进程
pnpm openaeon onboard --install-daemon
pnpm openaeon gateway stop
For headless or containerized environments:
对于无头或容器化环境:
git clone https://github.com/openaeon/OpenAEON.git
cd OpenAEON
./docker-setup.shOpenAEON supports deep synchronization with mobile nodes (Android/iOS):
- Install the OpenAEON Node app.
- The Gateway will automatically advertise via mDNS (Bonjour).
- Approve the pairing request via CLI:
openaeon nodes approve <id>.
OpenAEON 支持与移动端节点(Android/iOS)的高效同步:
- 安装 OpenAEON Node 应用。
- 网关将通过 mDNS (Bonjour) 自动发布。
- 通过 CLI 批准配对请求:
openaeon nodes approve <id>。
For a comprehensive breakdown of the mathematical and philosophical foundations, see: 有关数学和哲学基础的全面分析,请参阅:
MIT License © 2026 OpenAEON Team. Built upon the foundations of OpenClaw.

