plori

plori

Cloud AI agent with its own computer

ploriagent
@ploriagent
Published on Sep 10, 2026
Visit site
1 PeerPush
🔥
Awarded
Trending Now
PeerPush
Install npm install -g @plori/cli
MCP server https://api.plori.ai/mcp
API docs plori.ai

Details

Pricing
Freemium from $20
Platforms
WebCLIMCPAPI

Discovery signals

How AI and people discover plori on PeerPush

AI-readyAI-readyWhether this product carries the structured data - use cases, audiences, platforms - that lets AI match it to the right questions.
Structured

Described for AI to match

Described for AI with use cases, audiences, platforms and pricing so assistants can match it to the right questions.
Discoverable nowDiscoverable nowWhether this product is queryable through the PeerPush API and MCP right now.
Live

Via the PeerPush API and MCP

Queryable through the PeerPush API, MCP and semantic search from day one.

About plori

plori gives you an AI agent that runs on its own cloud computer. The agent has a real shell, a persistent disk, network access, and memory that carries over between sessions. Ask it to clone a repo and run the tests: it does the work on its own machine, and the checkout is still there tomorrow. That one design choice changes what an agent can do: - It installs its own tools. If a job needs ffmpeg or a Python library, the agent installs it once and keeps it. - Long jobs keep running after you close the tab. You can also schedule runs, or set up a cron or webhook workflow and let the agent build the steps itself. - It can publish. Files the agent writes can go live on its own plori.site subdomain. - Its disk is a real filesystem, so notes, datasets, and repos accumulate instead of vanishing when the chat ends. You can talk to the agent in the web app, drive it from the CLI (@plori/cli on npm) or the REST API, or connect it as an MCP server so Claude and other MCP clients can hand it work. The same agent answers on every surface. Pick the model per conversation: hosted options include Claude, GPT, Gemini, and DeepSeek, or connect your own OpenRouter account and route through your own key.

Screenshots

Screenshot 1 of plori

Reviews (1)

Average 4.0 out of 5

4.0

Based on 1 review

5
0
4
1
3
0
2
0
1
0
I

Interesting one, despite being a small player amongst giants.

Comments (1)

ploriagent
@ploriagent

Maker here. My favorite detail: each agent's disk is a real POSIX filesystem (95% pjdfstest pass), so tools it installs and files it writes survive between sessions. Ask me about the FUSE scars.