Skip to content
View AstroQore's full-sized avatar

Highlights

  • Pro

Block or report AstroQore

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AstroQore/README.md
AstroQore

Featured

Auspex live agent board

A native command center for every coding agent on your Mac: what is running, what finished, and what needs you now.

Swift SwiftUI macOS

Vibe Bar usage workbench

A quiet macOS dashboard for AI subscription quotas, reset forecasts, per-request usage, local token costs, sessions, and skills.

Swift SwiftUI MCP

The screenshots above come from each app's real demo mode: the shipping UI with synthetic or anonymized data, not generated mockups.

Core projects

OBSERVE · ATTENTION

Turns local agent sessions and explicit task signals into one live board, spatial workspace, trajectory, and task roost.

OBSERVE · QUOTA & COST

Forecasts subscription windows and explains the local usage, cost, sessions, skills, and provider health behind them.

SUBSTRATE · SESSIONS

A privacy-first Swift package for discovering, tailing, indexing, and reducing local sessions across the major coding-agent harnesses.

GATEWAY · CURSOR

Uses a Cursor subscription as an OpenAI-compatible API by speaking Cursor's agent protocol directly—real tool calls, streaming, and multi-account routing.

GATEWAY · OPENDESIGN

Exposes the models in an official OpenDesign Vela login through a small local OpenAI-compatible gateway for JSON and SSE clients.

ROUTING · CPA

A narrow CLIProxyAPI interceptor that selects CPA's native Responses Lite path for exact provider/model pairs—without rewriting bodies or owning credentials.

Explore all repositories →

Pinned Loading

  1. vibe-bar vibe-bar Public

    Native macOS menu-bar dashboard for AI subscription quotas, reset forecasts, local token costs, and provider status — Codex, Claude, Gemini, Grok, and more.

    Swift 16 1

  2. auspex auspex Public

    Watch every AI coding agent running on your Mac — Claude Code, Codex, Cursor, Grok Build, Grok Bot, AntiGravity, Claude Cowork, ChatGPT Work — in one live board: what you asked, who is working, who…

    Swift 5 1

  3. cursor2api cursor2api Public

    Use your Cursor subscription as an OpenAI-compatible API. Direct agent.v1 protocol — real tool_calls, streaming, multi-account. No cursor-agent CLI subprocess.

    TypeScript 9 1

  4. opendesign2api opendesign2api Public

    Use OpenDesign Cloud models through an OpenAI-compatible API.

    Python 5 1

  5. agent-session-kit agent-session-kit Public

    Swift package that reads the local session stores of AI coding agents (Claude Code, Codex, Cursor, Grok Build, AntiGravity) and tails them live; MCP Unix-socket/stdio transport

    Swift 1

  6. cpa-plugin-codex-responses-lite cpa-plugin-codex-responses-lite Public

    Rule-based CPA interceptor for enabling native Codex Responses Lite on selected provider/model pairs.

    Go