Add Orbital - #362
Open
zqiren wants to merge 1 commit into
Open
Conversation
Owner
|
Decision: Content-approved, but blocked by PR status. Reason: The project has clear OSS licensing and a relevant agent runtime scope, but GitHub rejected the merge because this PR is still marked as Draft. Next step: Mark the PR as Ready for review and ping here. It can be merged after that if the branch remains clean. |
zqiren
marked this pull request as ready for review
July 9, 2026 10:36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
One entry, added to Applications → Autonomous Agent Task Solver Projects.
Orbital is a local-first desktop agent runtime under GPL-3.0. What sets it apart from the other Claude Code / Codex runners in this section is its memory model: the agent's persistent memory is a plain-markdown folder (a two-tier always-injected index plus on-demand files) rather than a database or bolt-on layer. It then dispatches Claude Code (Agent SDK) and Codex (App Server) as sub-agents in parallel, and adds approvals, per-project budgets, a task queue, and OS-sandboxed built-in shell commands. The license is GPL-3.0 (visible in the repo's LICENSE file).
Disclosure: I'm the author of Orbital.