I have found a way of running Zed Editor in cloud and accessing it from my browser

I have found a way of running Zed Editor in cloud and accessing it from my browser

https://preview.redd.it/ezqjgs1eoekh1.png?width=1632&format=png&auto=webp&s=ef6ac4e216d53436b7784bd92b683f9ba98d0a30

I have come across Zed this Monday and immediately I loved its simplicity and speed, but unfortunately unlike VSCode, it cannot be run as web app. So I built a solution that runs Zed in cloud and streams it to user's browser. Due to streaming it has a very small delay in feedback, meanwhile my platform also allows running VSCode web app, which is more smooth as it's web native.

Would you find such tool useful and what would be your usecase?

reddit.com
u/oyren-ai — 8 hours ago
▲ 7 r/CodexHacks+6 crossposts

I have built Oyren to run coding agents remotely with native interface and using my subscription accounts

u/oyren-ai — 6 days ago

Isolated environment for coding projects.

Hey everyone! Wanted to share something I built that's been genuinely helpful for my own ADHD brain when jumping between coding projects.

Oyren gives you a fresh, isolated server environment for each coding task. You just launch a container against your repo and start working, either in a terminal or with a coding agent doing the work while you steer.

Since each task gets its own clean environment, you can also just abandon one and start fresh without any cleanup guilt, which has been a nice antidote to the "now I have to fix this before I can start that" trap.

You can use it with Claude Code, Codex, Opencode and Cursor and bring your subscription accounts to avoid paying extra for AI.

Still building this out, happy to answer questions if anyone wants to try it.

Link - [oyren.ai](http://oyren.ai)

![img](4bo57gom25ih1)

u/oyren-ai — 12 days ago
▲ 0 r/LaTeX

Built a note editor that solves math inline, and turns any PDF into an editable Notion-like note by generating LateX for formulas etc

Hey everyone! I've been working on a note editor called Oyren, and wanted to share a couple of features that might be useful for anyone who takes a lot of math notes.

First, you can write a calculation right in your notes and it solves inline, no separate calculator or notebook needed. Modular arithmetic, matrix multiplication, polynomial expansion, determinants, that kind of thing. Screenshot attached shows a few examples.

Second, we have a PDF to Markdown + LaTeX converter. Drop in a math PDF (textbook chapter, problem set, lecture notes) and it turns into a clean, editable, Notion-like note, with the LaTeX preserved and rendering properly. You can then read and edit it right from your phone.

Still actively building this, so would genuinely love feedback from people who live in math notation every day. Happy to answer questions!

https://preview.redd.it/0iglmrr2j5ih1.png?width=1080&format=png&auto=webp&s=35df40c55f4077ba6d1822455914311bcfc7b028

https://preview.redd.it/79xmxim0j5ih1.png?width=1394&format=png&auto=webp&s=0bb37dbf0fe1217c0513d9ba0001d08e797a1196

reddit.com
u/oyren-ai — 12 days ago

Running AI agents in cloud with Deepseek V4 PRO and Opencode

I am building oyren.ai which allows you to develop agents by giving you knowledge management, tool selection from scratch. You can also use different harnesses from Claude Code, Opencode, Cursor and Codex to run coding agents.

u/oyren-ai — 12 days ago
▲ 2 r/DigitalNotebooks+2 crossposts

Notion + Calculator for doing basic calculations in your notes.

Hi all. I am working on an app that I believe would be useful for a lot of students doing A-levels. I am doing my PhD in a mathematical area and I would have appreciated this a lot as a student myself.

It's completely free, forever. Until 100MB you dont need to pay anything and you can even add your books, notes as PDF and connect it to Claude for asking your questions via MCP.

LINK: oyren.ai

u/oyren-ai — 9 days ago

I built a solution that gives AI junior engineers to complete simple tasks using Claude Code, Codex, Opencode etc

To keep things short, I wanted to build something that allows me running AI agents in the cloud servers, but with access to my Github repos and PDFs and can use my subscription account for Claude Code.

I have recently added Opencode on top of Claude Code and Codex offerings, and it allows you to launch AI agents to complete small coding tasks and create PRs. I usually consolidate all PRs at the end of the day locally, during which time I also do testing.

You can try it at oyren.ai, but let me know if you have any question with signup, API key registration etc.

u/oyren-ai — 19 days ago
▲ 0 r/kimi

Running AI agents in cloud with Kimi K3 and Opencode.

Relying on AI for code changes, or running agents on your personal device, exposes you to data loss, prompt injection, and untested software bugs. Running agents on virtual servers instead is a safer approach.

To try this out, I used Kimi K3 with Opencode in the cloud and asked it to introduce itself in a blog post. It wrote the whole thing on its own: https://oyren.ai/blog/kimi-k3-opencode-intro

I've been building this setup at oyren.ai, which lets you run Claude Code, Codex, and Opencode in the cloud with access to your repos.

u/oyren-ai — 19 days ago
▲ 1 r/kimi

I gave Kimi K3 opencode as harness and ran it in cloud with my marketing webpage to research and compare itself to Anthropic Fable 5 and GPT-5.6 Sol.

oyren.ai
u/oyren-ai — 19 days ago

How many agents have you run in parallel max?

Do you like to keep using the same chat over and over and do everything via single chat or launch many small agents for small changes like bugfix? What’s your max record of running agents in parallel.

reddit.com
u/oyren-ai — 19 days ago
▲ 2 r/MCPservers+2 crossposts

Read your papers with Claude for the First Pass

For PhD students, the first pass of a paper is often the most annoying part.

Before you can read deeply, you need orientation:

* What is this paper about?

* What problem does it solve?

* What is the main contribution?

* What method does it use?

* What assumptions does it make?

* Which equations, references, or terms need careful manual reading?

You can use Claude and Oyren (for free) to answer these questions quickly with AI.

In this example, I create a workspace at oyren.ai and add some papers by Alan Turing there using the search tool. Then I create an MCP server and add it to my Claude account for it access the files (Alan Turings papers) from the chat and answer my questions.

https://reddit.com/link/1uvutz8/video/hvk6cttzm3dh1/player

reddit.com
u/oyren-ai — 1 month ago
▲ 3 r/devtools+2 crossposts

Tools like Claude Code and Codex are powerful, but running them directly on a personal machine creates a real trust problem.

They can read, modify, and delete important files. They often need deep access to repos, configs, local tools, and credentials. And because the market is moving fast, these tools can ship with rough edges that become real user-facing risks.

Running them somewhere else is usually not simple either. You need a GitHub repo setup, CLI tooling, authentication, runtime dependencies, and a clean account structure.

Our new App platform is built around that problem.

You can run Claude Code and Codex in an isolated cloud environment, connect your GitHub repository, use your own subscription, and pay only for the cloud operations.

The environment is prepared automatically. The agent can work with your repo without getting direct access to your personal computer.

Every user currently gets $5 in credits, enough for 500+ minutes of Claude Code and Codex usage in the cloud.

If you already have a Claude Code or Codex subscription and want to test it, message me. I can share extra credits for early testers.

u/oyren-ai — 1 month ago

Tools like Claude Code and Codex are powerful, but running them directly on a personal machine creates a real trust problem.

https://reddit.com/link/1uvszmo/video/j7ztef9r83dh1/player

They can read, modify, and delete important files. They often need deep access to repos, configs, local tools, and credentials. And because the market is moving fast, these tools can ship with rough edges that become real user-facing risks.

Running them somewhere else is usually not simple either. You need a GitHub repo setup, CLI tooling, authentication, runtime dependencies, and a clean account structure.

The new App platform in oyren.ai is built around that problem.

You can run Claude Code and Codex in an isolated cloud environment, connect your GitHub repository, use your own subscription, and pay only for the cloud operations.

The environment is prepared automatically. The agent can work with your repo without getting direct access to your personal computer.

Every user currently gets $5 in credits, enough for 500+ minutes of Claude Code and Codex usage in the cloud.

If you already have a Claude Code or Codex subscription and want to test it, message me. I can share extra credits for early testers.

reddit.com
u/oyren-ai — 1 month ago

Tools like Claude Code and Codex are powerful, but running them directly on a personal machine creates a real trust problem.

They can read, modify, and delete important files. They often need deep access to repos, configs, local tools, and credentials. And because the market is moving fast, these tools can ship with rough edges that become real user-facing risks.

Running them somewhere else is usually not simple either. You need a GitHub repo setup, CLI tooling, authentication, runtime dependencies, and a clean account structure.

The new App platform in oyren.ai is built around that problem.

You can run Claude Code and Codex in an isolated cloud environment, connect your GitHub repository, use your own subscription, and pay only for the cloud operations.

The environment is prepared automatically. The agent can work with your repo without getting direct access to your personal computer.

Every user currently gets $5 in credits, enough for 500+ minutes of Claude Code and Codex usage in the cloud.

If you already have a Claude Code or Codex subscription and want to test it, message me. I can share extra credits for early testers.

DEMO - https://www.youtube.com/watch?v=B2ZWsEB6uBE

oyren.ai
u/oyren-ai — 1 month ago
▲ 5 r/vibecodingcommunity+4 crossposts

If you have Claude Code or Codex subscription, I will give you 50 USD worth of credit to run agents in Cloud.

For some time I have been working on ACP based coding agent architecture that would allow me to run multiple different agents in the cloud. I had several good reasons for moving my workflows to cloud:

  1. Multi-device access to AI workflows: Launch an AI agent (using Cloud Code or Codex) in the cloud from a web interface that runs in cloud and can be accessed from any device.
  2. Security of running external apps: I don't want to get into details of how running these applications (Claude Code, Codex, Cursor) on our machines exposes us to massive vulnerability or even device damage (e.g https://korben.info/en/openai-codex-ssd-640tb-logs-per-year.html).
  3. Common interface for agents and humans: I am halfway to my actual goal of building an interface that can easily be controlled by AI agents (via MCP) and humans (via GUI) to perform certain tasks. I think this would open itself to many automations.

At the moment, I am looking for volunteers (limited slots for now) who would like to try switching their workflow fully to the cloud. By default new users get 5 USD worth of credits when they signup (no credit card required), which would roughly give you 500 minutes of running cloud servers with AI agents (Claude Code, Codex). I would additionally add another 50USD worth of credit to your account, if you DM me your email.

try here: oyren.ai

u/oyren-ai — 1 month ago
▲ 3 r/RemotionCreators+1 crossposts

If you have Claude Code (CC) subscription, I will give you 50$ credit to generate videos in the cloud using CC and Remotion.

The video is generated with minimal prompt below:

make a video about 50$ credit gift for those who wants to try remotion with their claude code subscription. List all they need: 1. Github account & organisation. 2. claude code subscription 3. imagination and curiosity I will give limited few 50$ credit to launch agents in the claude to run remotion. it's a feature from oyren.ai.

By default all users get 5$ credits, which is enough for 500 minutes of cloud compute time. But if you'd test and give me your feedback I will give you additional 50$ credits.

u/oyren-ai — 1 month ago

Claude Code + Remotion in Cloud ☁️ - 50$ credit for testing

If you already have claude code subscription, I have built an AI agent orchestrator that can run remotion and claude code in cloud and create any videos you like.

I am still testing it and collecting feedback, so if you want to test with your CC subscription and free cloud credits (
$50) I would be more than happy to provide to up to 10 users to get some feedback.

Try it here - oyren.ai

By default, you will get 5$ credit with no credit card, but if you need more DM me!

reddit.com
u/oyren-ai — 1 month ago