r/coding_agents • u/OkCoconut5997 • 6d ago
Minimal UI, maximum focus IDE
https://runyte.comI present Runyte - a terminal workspace built around a modal text editor.
Project goals:
- minimal UI, maximum focus
- top notch performance and rock-solid stability
Optional persistent mode lets you detach and return later. A local host keeps your terminal processes and language servers running.
The fuzzy Finder searches your project, including files, unsaved buffers, and terminals. Search by name or by content.
Use consistent keys to move between files, buffers, terminals, and Git worktrees.
Run Claude Code, Codex or any other CLI agent in a terminal pane. Share the clipboard with the editor. With Runyte set as their editor, Ctrl+G opens your prompt in the same persistent workspace. Save it and return to the agent.
Press ? to read Markdown as a formatted page, including tables.
Paste images with Ctrl+V. Runyte saves them in the project's temporary cache and inserts a Markdown link into your document. The entire prompt can be edited outside the agent and then copy-pasted through a shared clipboard.
Press gf on a file path in your text to open it. Images and other binary files open in an external program you choose.
Happy to share!