Best Products
Launches
Launch archive
Most-loved launches by the community
Launch Guide
Checklists and pro tips for launching
News
Newsletter
The best of Product Hunt, every day
Stories
Tech news, interviews, and tips from makers
Changelog
New Product Hunt features and releases
Forums
Forums
Ask questions, find support, and connect
Kitty Points Leaderboard
The highest scoring community members
Streaks
The most active community members
Events
Meet others online and in-person
Advertise
Subscribe
Sign in
Clear text
recent
p/vibearound
by
Jazzen Chen
•
4d ago
VibeAround v0.7.17: one reliable turn lifecycle across Web, TUI, and IM
...
VibeAround
v0.7.17 is out. This release focuses on a deceptively hard problem: when the same local coding-agent session is accessible from Web, TUI, and messaging channels, every surface needs to agree on what active, queued, stopped, and finished mean. What changed: Web, TUI, and IM now share one turn lifecycle. A conversation is not considered idle until its complete queue has drained. Stop and cancel wait for the underlying agent to settle, with a bounded forced-shutdown path when ... ... Agent profiles can also carry their own API type, base URL, headers, and model list, making provider routing more explicit for each agent and workflow. The direction remains local-first: agents, repositories, credentials, and execution stay on your machine.
VibeAround
0
2
p/vibearound
by
Jazzen Chen
•
24d ago
VibeAround now runs from Desktop, Web Hub, CLI, and TUI
...
VibeAround
started as a desktop hub for your local AI coding agents. With v0.7.10 it's no longer shaped only as a desktop app: the local server, launch ... ... layer, Desktop UI, Web Hub, CLI, and TUI are now separate pieces that can run and evolve independently so
VibeAround
0
17
p/vibearound
by
Jazzen Chen
•
1mo ago
VibeAround v0.7.7: Local Agent API, remote sessions, managed toolchains
... been shipping
VibeAround
pretty actively recently, and v0.7.7 is one of the bigger workflow updates so far.
VibeAround
0
14
p/vibearound
by
Jazzen Chen
•
1mo ago
VibeAround v0.7.6: host-side web search is here
...
VibeAround
v0.7.6 is out: https://github.com/jazzenchen/Vi... The main update:
VibeAround
2
12
p/vibearound
by
Jazzen Chen
•
1mo ago
VibeAround v0.7.2: bridge recorder, Codex Desktop proxy bypass, and smoother Windows launches
...
VibeAround
v0.7.2 is out. This release is mostly about making local coding-agent setups easier to debug and less fragile: Added a Bridge recorder for local API bridge debugging. When bridge mode is enabled, you can open a live recorder from the connection popup and inspect the original request body, bridge request body, upstream response body, and bridge response body. Improved local bridge proxy bypass for Codex launches, including local NO_PROXY coverage and Codex Desktop macOS no-proxy launch ... ... local bridge, fully quit and relaunch Codex Desktop after upgrading so the new no-proxy launch args take effect. Release notes: https://github.com/jazzenchen/Vi... GitHub: https://github.com/jazzenchen/Vi... Comment from Jazzen Chen(@jazzenchen): @vlasoffchess Great question. I see
VibeAround
8
11
p/vibearound
by
Jazzen Chen
•
1mo ago
VibeAround v0.7.1-beta: Claude/Codex Desktop via 3rd-party APIs + Startkit onboarding
...
VibeAround
v0.7.1-beta is now the latest release. This beta focuses on the new Startkit flow and desktop-agent launch experience: - Reworked Startkit checks with per-item progress and scoped cache keys - Added system-
vs
3
10
p/vibearound
by
Jazzen Chen
•
2mo ago
VibeAround v0.6.11: Startkit onboarding, runtime status, and safer local access
...
VibeAround
v0.6.11 is out. This release focuses on first-run setup, runtime visibility, and safer local access defaults. What changed: - Added Startkit onboarding for preparing a new computer with selected coding agents, messaging apps, remote access tools, and local dependencies. - Added environment detection and repair planning from settings.toml, including managed installs for Node.js, Git, cloudflared, npm-based coding agents, and IM plugins. - Added global and China mirror source choices for Startkit installs, plus an optional shell PATH setup switch. - Reworked ...
1
5
p/vibearound
by
Jazzen Chen
•
2mo ago
VibeAround v0.6.9: per-agent launch commands, IM session fixes, and preview polish
...
VibeAround
v0.6.9 is out. This release is about making local coding agents easier to launch, resume, and reach from web/IM surfaces. What changed: - Added per-agent launch settings, so each agent can have custom terminal arguments and agent-protocol arguments inserted into the generated launch command - This covers Codex sandbox / permission-mode / YOLO-style workflows without making the feature Codex-only - Improved IM session behavior: IM can resume the latest session without replaying old message playback, with a setting ... ... pairing commands - Fixed Claude Code launches for token-based auth by restoring the expected auth-token environment variable shape - Published signed and notarized macOS DMG, plus Windows installer/MSI/portable ZIP and Linux AppImage/deb Release: https://github.com/jazzenchen/Vi... If you use
VibeAround
7
7
p/vibearound
by
Jazzen Chen
•
2mo ago
VibeAround v0.6.10: Gemini OAuth, safer bridge media handling, and matrix coverage
...
VibeAround
v0.6.10 is out. This release focuses on bridge reliability, Gemini setup, and cleaner provider workflows. What changed: - Added Gemini Google OAuth connection support and native Gemini upstream routing. - Upgraded API bridge media handling through va-ai-api-bridge 0.1.4 from crates.io . - Added safer image/file omission for text-only target models, so a conversation can keep going even when a target model cannot read an attachment. - Fixed the DeepSeek Anthropic-style tool_use / tool_result bridge path. - Cleaned up profile ...
3
52
p/vibearound
by
Jazzen Chen
•
2mo ago
VibeAround v0.6.8: project-scoped MCP/skills and Ark support
...
VibeAround
v0.6.8 is out. This release is mostly about making provider routing and project setup more predictable. What changed: - Added Volcengine / Ark support, with separate profile plans for Ark API, OpenAI-compatible Chat, OpenAI-compatible Completions, and Anthropic Messages - Reworked provider setup so you choose the API/plan type first, then configure model and credentials - Moved proxy behavior to the provider profile level, separate from API bridge - Made MCP and skills project-scoped instead of broad global installs - Added Settings toggles ... ... MCP/skill auto-install and cleanup actions for legacy global installs - Fixed Windows launch handling for paths with spaces - Polished Settings layout and Chinese translations The bigger goal is to keep
VibeAround
0
8
p/vibearound
by
Jazzen Chen
•
2mo ago
VibeAround v0.6.4: WorkspaceThread continuity for IM and Web Chat
...
VibeAround
v0.6.4 is out: https://github.com/jazzenchen/Vi... This is a major continuity release.
VibeAround
0
3
p/vibearound
by
Jazzen Chen
•
2mo ago
VibeAround v0.6.3: a web workspace for multiple coding agents
...
VibeAround
v0.6.3 is out. This release wraps up the bigger v0.6.x shift:
VibeAround
18
49
p/vibearound
by
Jazzen Chen
•
2mo ago
VibeAround v0.6.5: launch/profile rewrite, better bridge routes, and new providers
...
VibeAround
v0.6.5 is out. This release is mostly about making local coding-agent setups less fragile. What changed: - Reworked the Launch / Profile flow so picking agent + profile + workspace + session is faster - Better bridge routing and model metadata for Codex / Claude-style launches - New provider profiles: xAI, NVIDIA NIM, and Mimo - Pi profile launches and direct Pi session support - Agent enable controls, bridge proxy controls, and an in-app release update indicator - Web Chat now surfaces context-compaction notices more clearly ...
2
36
p/vibearound
by
Jazzen Chen
•
2mo ago
VibeAround v0.5.12: smoother Codex launches, better provider routing, and more reliable local agents
...
VibeAround
v0.5.12 is live. This release is mostly about making the daily local-agent workflow feel less fragile: launch the right coding agent, point it at the right provider profile, keep API translation out of your global config, and get back to coding. What changed: Better Codex launch support, including trusted launch hook handling. More reliable API Bridge routing for provider-backed profiles. Cleaner compatibility across OpenAI Chat, OpenAI Responses, and Anthropic-style request shapes. Improved handling for reasoning/tool-call histories ... ... agent/profile combo is faster. Windows ACP agent wrapper support was fixed. The local API Bridge and session code were split up internally, which should make the next round of provider/agent work easier. The bigger direction is still the same:
VibeAround
4
15
p/vibearound
by
Jazzen Chen
•
2mo ago
VibeAround v0.5.15: Gemini CLI, Vertex AI, and image/file attachment through API Bridge
...
VibeAround
v0.5.15 is live. This release is about making the local-agent workflow more reliable across more model providers and coding agents, especially if you use Gemini, Vertex AI, DashScope, DeepSeek, Kimi/Moonshot, or Codex with API Bridge-routed third-party models. What changed: - Gemini CLI is now a first-class connection target. - Added Google Gemini / Vertex AI provider profiles, including OpenAI-compatible Gemini API and Vertex endpoints. - Added Gemini GenerateContent and streamGenerateContent API Bridge routing. - Image/file attachments now work more ...
0
13
p/vibearound
by
Jazzen Chen
•
3mo ago
VibeAround v0.5.8: bridge OpenAI, Anthropic-style APIs, and more local coding agents
...
VibeAround
v0.5.8 is live. This release is a bigger rewrite of the Launch/Profile system, plus a more capable local API Bridge for coding agents. The main idea: use the local coding agent you like, but route it to more model providers without constantly editing config files. What changed: - Local API Bridge:
VibeAround
2
9
p/vibearound
by
Jazzen Chen
•
3mo ago
VibeAround v0.5.5: local agent endpoints for Claude Code, Codex, and more providers
... This release makes coding-agent launch profiles easier to use across more providers and agents. Saved provider profiles can now be exposed through
VibeAround
s local API Bridge, so tools like Claude Code, Codex, and other compatible agents can connect with less manual setup. The big update: Local API Bridge: Use saved provider profiles as local agent endpoints for Claude Code, Codex, and other compatible tools. More provider routes: DeepSeek, Kimi, MiniMax, Z.AI/GLM , and custom OpenAI-compatible endpoints ... ... lara_bishop): from my perspective, this release feels very workflow-oriented. I ve always found multi-provider setups powerful but annoying to maintain. Comment from Jazzen Chen(@jazzenchen): @lara_bishop Totally. My current thinking is to avoid turning
VibeAround
2
19
p/vibearound
by
Jazzen Chen
•
3mo ago
VibeAround v0.5.3: smoother local agent workflow with OpenAI Chat API providers like DeepSeek V4
...
VibeAround
v0.5.3 is live! The big update: Codex can now work with OpenAI Chat API-compatible providers through
VibeAround
0
5
p/vibearound
by
Jazzen Chen
•
3mo ago
Maker update: Launch Claude Code, Codex, Gemini CLI, and OpenCode from one place.
... Just added a new Quick Launch module to
VibeAround
. The problem: every AI coding CLI has its own config files, env vars, model names, API endpoints, and terminal behavior. If you use multiple agents or providers, switching gets messy fast. Quick Launch lets you create API profiles once, then launch the right agent with the right config injected automatically. Supported CLIs today: - Claude Code - Codex - Gemini CLI - OpenCode Supported provider profiles include Azure OpenAI, DeepSeek, Moonshot/Kimi, MiniMax, OpenRouter, Gemini, Z.AI ... ... custom endpoints.
VibeAround
0
13
Subscribe
Sign in