Skip to content
@epiral

epiral

Autonomous agents that operate real computers.

e · pi · ral

e (指数增长) · pi (螺旋) · spiral (螺旋上升)

让 AI 成为独立的智能体,而不是绑在某台机器上的工具。



Topics, Not Sessions · Canvas Memory · Hot-Plug Resources · Form Follows Resources



理念

大多数 AI Agent 把自己和机器绑死——跑在你的电脑上,能把自己搞坏;每次对话都是新的 session,聊完就忘;记忆是碎片化的摘要拼接,不是完整的画面。

我们认为 Agent 应该是独立的。它有自己的记忆、时间感和判断力。不依赖任何特定机器,但接上电脑和浏览器时,就能操作真实世界。


Topics, Not Sessions

无缝上下文,话题聚焦

没有"新建对话",没有上下文管理。所有话题天然携带完整上下文——只是在不同话题下,注意力焦点不同。像和真人聊天一样:换个话题继续聊,对方自然知道你在说什么。

Canvas Memory

画布记忆

Sargent 肖像画法启发。焦点精确到毫厘,远景只留神韵。记忆跨越天、周、月、年,逐层压缩但本质不丢。召回时自动补全断档——始终是完整的画面,不是碎片的拼贴。

Hot-Plug Resources

热插拔资源

即装即用,一个程序,任何电脑或浏览器都能变成 Agent 的延伸。反向连接,无需端口转发。随时接入、随时断开,可以同时连多台,Agent 自动路由任务。

Form Follows Resources

资源决定形态

Agent 和执行环境完全分离。接什么资源,就变成什么角色——接浏览器是数字分身,接服务器是运维中枢,接沙箱是隔离环境。Agent 核心不变,能力随资源而变。


Form Follows Resources

数字员工

给 Agent 配专属的电脑和浏览器,它就是一个独立工作的数字员工——自己查资料、写代码、跑任务,不占用你的任何设备。

数字分身

把你自己的电脑和浏览器接入,Agent 就是你的延伸——用你的开发环境、你的登录态、你的工作流,像你一样做事。

运维中枢

同时接入多台服务器,Agent 成为运维中枢——批量部署、巡检、故障排查,一个 Agent 管理整个机群。

不是 Agent 变了,是接的资源变了。


架构

                         Epiral Agent
                    ┌─────────────────────┐
                    │                     │
                    │  记忆 · 事件 · 模型  │
                    │  Skills · 感知 · 执行│
                    │                     │
                    └──┬──────┬───────┬───┘
                       │      │       │
              ┌────────┘      │       └────────┐
              │               │                │
       ┌──────┴──────┐ ┌─────┴──────┐  ┌──────┴──────┐
       │  工作站      │ │  VPS       │  │  沙箱       │
       │  + 浏览器    │ │            │  │  (Docker)   │
       │  Epiral CLI  │ │ Epiral CLI │  │ Epiral CLI  │
       └─────────────┘ └────────────┘  └─────────────┘

项目

agent — 大脑

持久存在的智能体。无缝上下文跨越所有话题,画布记忆跨越天/周/月/年,智能模型切换,定时事件,Skills 进化。当前通过 Zulip 交互,更多平台即将到来。

TypeScript Node.js

cli — 接入

即装即用,任何电脑或浏览器变成 Agent 的延伸。支持 Computer 和 Browser 两种资源。反向连接,无需端口转发。

Go

协作项目

bb-browser — 复用真实浏览器的登录态做自动化。可独立使用,也可通过 Epiral CLI 接入。

Popular repositories Loading

  1. agent-clip agent-clip Public

    AI Agent as a Pinix Clip — agentic loop with memory, tools, and vision

    Go 243 15

  2. pinix pinix Public

    Decentralized runtime platform for Clips — sandboxed execution via BoxLite micro-VMs

    Go 116 8

  3. bb-browser bb-browser Public

    AI Agent browser automation CLI - control Chrome with user's login state

    TypeScript 98 12

  4. prompts prompts Public

    A collection of prompts, skills, and agent rules for AI-powered development workflows.

    34 6

  5. rewire rewire Public

    帮你设计专属 AI 工作助手的 Agent

    26 1

  6. cli cli Public

    Plug any machine into Epiral Agent — shell, files, and browser control in one binary

    Go 16 1

Repositories

Showing 10 of 12 repositories
  • agent-clip Public

    AI Agent as a Pinix Clip — agentic loop with memory, tools, and vision

    epiral/agent-clip’s past year of commit activity
    Go 243 15 1 0 Updated Mar 11, 2026
  • clip-dock-desktop Public

    Clip Dock Desktop — agents, assembled. Electron client for Pinix.

    epiral/clip-dock-desktop’s past year of commit activity
    TypeScript 2 0 1 0 Updated Mar 11, 2026
  • clip-dock-ios Public

    Clip Dock iOS — native iOS client for Pinix

    epiral/clip-dock-ios’s past year of commit activity
    Swift 2 0 1 0 Updated Mar 11, 2026
  • pinix Public

    Decentralized runtime platform for Clips — sandboxed execution via BoxLite micro-VMs

    epiral/pinix’s past year of commit activity
    Go 116 8 5 0 Updated Mar 11, 2026
  • bb-browser Public

    AI Agent browser automation CLI - control Chrome with user's login state

    epiral/bb-browser’s past year of commit activity
    TypeScript 98 MIT 12 4 2 Updated Mar 11, 2026
  • prompts Public

    A collection of prompts, skills, and agent rules for AI-powered development workflows.

    epiral/prompts’s past year of commit activity
    34 6 0 0 Updated Mar 11, 2026
  • clip-sandbox Public

    Sandboxed execution Clip — bash, read, write, edit in BoxLite VM

    epiral/clip-sandbox’s past year of commit activity
    Go 1 0 0 0 Updated Mar 11, 2026
  • clip-registry Public

    Clip Registry — discover clips across Pinix Servers

    epiral/clip-registry’s past year of commit activity
    Go 1 0 0 0 Updated Mar 10, 2026
  • rewire Public

    帮你设计专属 AI 工作助手的 Agent

    epiral/rewire’s past year of commit activity
    26 1 0 0 Updated Mar 6, 2026
  • clip-agent Public
    epiral/clip-agent’s past year of commit activity
    JavaScript 1 0 0 0 Updated Mar 2, 2026

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Most used topics

Loading…