Release notes
What is new in Even.
Even is in open beta and ships often. Builds update themselves once installed, so you stay on the latest without lifting a finger.
v0.0.27-beta
August 2, 2026
Latest
New
- Even uses far less memory. Tabs you are not looking at are no longer kept fully loaded, and background tabs that have sat idle are released entirely. They come back the moment you switch to them. Anything playing audio or holding unsaved work is left alone.
- Agents are held to what they were given. An agent installed for your inbox can read your inbox, and reaching for a different service or a destructive action is refused instead of quietly allowed. This is enforced by Even itself, so it holds for every coding agent Even can run, including ones added later.
- Agents cannot be talked into acting on your behalf. Once an agent has read something a stranger could have written, such as an email, the actions its author marked as off limits stay refused for the rest of the session. This holds even in auto mode, and it survives the agent reconnecting.
- Replays show what an agent did. Every tool it called and every page it visited now appears on the run timeline, with the command or the address on hover, alongside the terminal output. Web addresses are stripped of anything sensitive before they are written down.
- Agents update in place. Installing a newer version replaces the old one instead of leaving a duplicate behind, and it keeps its chat history and its working folder.
- Agent folders. Group agents in the sidebar and drag them between folders. Renaming is inline, and deleting a folder keeps the agents inside it.
- See what an agent left running. An agent's settings now list the background processes it started, such as a dev server, with what each is using and a button to stop it.
- A ready-made inbox agent. Even ships a Gmail agent you can install as is, or read as the worked example for building your own.
- 31 more services connect without a middleman. Gmail, Dropbox, Spotify, Xero, QuickBooks and others now connect straight from your machine with your own credentials.
Fixed
- The Agent Creator now builds a working agent first time. It was teaching an older recipe that Even rejected, so agents failed to package.
- Code blocks in agent chats render properly again, and their copy and download buttons work. Downloads go to your Downloads folder and say so when they land.
- Replays of terminal agents are readable. They now play back at the size they were recorded at, so output is no longer squeezed, cut off, or skipped past.
- Connected services stopped loading for some installs because a runtime file was missing. Every connector loads again.
- Sending a message scrolls back down to the reply, instead of leaving you reading old messages while the answer streams in.
- Some sites refused form submissions from Even's browser, mistaking it for a bot, even when you clicked the button yourself. Even now identifies itself honestly and is accepted.
- Chats started from your phone or from Telegram can be switched away from and back to again.
- Connecting a service explains what is actually missing, instead of blaming a component that was never involved.
- An agent's capability list no longer repeats itself, and expands to show every service and action it was granted.
- The Telegram setup dialog scrolls instead of running off the screen when you have many folders.
v0.0.26-beta
July 28, 2026
New
- Agents ask, you decide. When an agent reaches for a tool outside what it was installed with, Even asks you: allow it once, allow it always, or deny. "Always allow" is remembered for that agent, so it never asks again.
- Auto mode. Flip one switch in an agent's settings and it works without asking permission for anything. Your credential files stay off limits, and every flip is written to the audit trail.
- Secrets per agent. Give one agent a key that only it can read, set and updated from its own settings. Values live in your OS keychain and never appear in chat.
- Agents keep working when you look away. Close the panel mid answer and the agent carries on; reopen and it is still streaming. Several agents stay open at once as compact tabs you can switch between.
- Message an agent while it works. Send a follow up mid run and it lands as the agent's next turn, no waiting for the current one to finish.
- Attachments. Add pictures and files to any agent chat with the paperclip, by dragging them in, or by pasting a screenshot. Drop a file on a terminal and its path is typed for you.
- Phone and Telegram chats are tabs too. Chats you start from your phone now sit in the same tab strip as your other agents, so switching away no longer loses them.
- Agent Creator is built in. It ships with Even and can package a working agent in a single step, no scripts or hashing required.
- Minimized terminals say what they are doing. A collapsed pane shows the live activity plus a small pill: running, waiting on you, or done.
- Replays skip the dead air. A run that sat idle for an hour now replays as the parts where something actually happened.
Fixed
- Agent chats no longer stall mid answer. Approvals, tool results, and the rest of the reply all arrive.
- Your own shell now loads in every pane, so your aliases, functions, and prompt work exactly as they do in your usual terminal.
- Typing exit closes the pane.
- The copy and download buttons on code in an agent's reply work.
- The audit ledger no longer reports a broken chain when entries were written by a newer build, and the entry count matches what is on screen.
- The folder you pick when starting an agent from Telegram is the folder it runs in.
- Agents launched into a pane start cleanly instead of occasionally mangling their own command.
v0.0.25-beta
July 19, 2026
New
- Agent Pager. Approve what your agents ask for from your phone. Install the web app at even.dev/pager, pair it with your desktop, and get a push the moment an agent needs you. The relay never sees your work, only the approval.
- Audit and Scoreboard, tidied. Both now open as a single focused window from Settings, with the agent audit tab pointing at the same shared ledger.
Fixed
- Bundled MCP servers find Node reliably, so they start on a clean machine.
- The Stacks catalog loads from even.dev instead of a redirecting address.
v0.0.24-beta
July 15, 2026
New
- Agents can run Even for you. Agents can now click any button and fill any dialog in Even itself, so they can connect a service end to end: open the connect dialog, enter the key you gave them, and click Connect, all hands-free.
- Camera and microphone in the browser. Video calls like Google Meet now work in Even's in-app browser.
- Detach videos and real fullscreen. Pop any playing video out into a floating Picture-in-Picture window, and the video fullscreen button now expands to your whole screen.
- Connect-time account fields. Services that need more than a key, like a Cloudflare Account ID, now collect those fields when you connect and reuse them automatically on every call.
- See what your agents are doing. Ask any agent to show another running agent's progress and it reads that agent's live terminal on demand, without cluttering the chat.
Fixed
- Even Connect is smoother: readable connector names on tidy two-line rows, a working Connect button for bring-your-own OAuth apps, and the integration toggle now turns on reliably.
- Dropdowns, dialogs, and the minimized connect card no longer hide behind the browser. The connect card now docks into the top bar while the page stays fully live.
- Connect status is honest: a service with no verification endpoint now shows "saved, not verified" instead of "verified", and more services, including Cloudflare Workers AI, actually validate your key.
- Corrected connector routes across the catalog, so calls that returned "No route for that URI" and similar errors now work.
- The browser address bar no longer flickers during redirects, and sign-in popups close once you finish authenticating.
- Agents launched into a new folder open and start running instead of appearing minimized beside a stray terminal.
v0.0.23-beta
July 14, 2026
New
- Even Connect. Connect 550+ SaaS services (Stripe, Notion, Slack, Google, GitHub, HubSpot, and more) with a single key that never leaves your machine. Every agent in Even can search and use them through one connection, so you get broad reach without flooding the agent with hundreds of tools, and keys never touch the chat.
- Bring your own OAuth app. For OAuth services you register your own app, so the whole sign-in flow stays between your device and the provider. Nothing is stored on Even's cloud.
- Connect from the sidebar. The sidebar lists only the services you have connected; a browse modal covers the full catalog with real brand logos and a per-service detail card, plus a copyable prompt you can paste into any agent to connect a service hands-free. The connect dialog minimizes to a pill so you can read the key page in the browser without losing what you typed.
- Deeper connector toolsets. Each service now exposes far more of its real API, about ten tools each on average, so agents can do more without leaving Even. Added HeyGen and Higgsfield for AI video.
- Even Stacks reaches 700+. The one-click self-hosted catalog grew from 290 to over 700 services, including Vaultwarden, Portainer, Uptime Kuma, Gitea, Ollama, Open WebUI, SearXNG, n8n, Authentik, and Outline, each with a real logo and its own page.
Fixed
- Even Stacks services no longer share host ports, so any combination of them launches together without a port conflict.
- Real brand logos now render across the full stacks catalog instead of falling back to a plain letter.
v0.0.22-beta
July 13, 2026
New
- Readable agent approvals. Approval cards now explain in plain English what a command will do, with risk labels like "Deletes files" or "Publishes publicly". The exact command stays one click away.
- Workspace-aware agents. Agents can now see your browser Spaces, tell their logins apart, and open tabs in a specific Space. Their work keeps going in the right account even when you switch Spaces mid-task.
Fixed
- Popups, dialogs, and menus no longer hide behind the browser pane. Every overlay now wins over the native webview.
- Webmail and cPanel logins work: session cookies carrying an obsolete port attribute are now sent correctly.
- Embedded frames that load hidden (like claude.ai artifacts) now scroll and paint correctly.
- Terminal padding is even on all sides, with no wider right gutter under full-screen terminal apps.
v0.0.21-beta
July 10, 2026
New
- Accounts in Even. Sign up, sign in, recover your password, or approve a magic-link or SSO login from Even Control.
- Team workspaces. Join organizations, enroll devices, and receive server-enforced plan entitlements in the desktop app.
- Managed Team controls. Sync signed policy, agent catalogs, approval grants, run status, and central audit metadata while keeping source code, prompts, terminal output, and secrets local.
- Administration inside Even. Open people, seats, devices, policy, catalog, approvals, runs, audit, billing, and identity settings with a seamless one-time handoff to Even Control.
- Pro and Team billing. Start a Stripe subscription, see the effective plan, and manage billing from the desktop.
Fixed
- Cloud requests now surface the real server error instead of a generic Edge Function failure.
- Organization cards show the effective subscription plan, including Team subscriptions attached through billing.
- Expired approval grants are no longer synchronized to the device.
- Browser-assisted desktop sign-in is verifier-bound, short-lived, and protected against replay.
v0.0.20-beta
July 8, 2026
New
- Global command palette. Open commands from anywhere with Cmd/Ctrl+Shift+P.
- Terminal scrollback search. Find earlier terminal output with Cmd+F or Ctrl+Shift+F.
- Plan-first agent launches. Start Claude Code in plan mode before it changes the workspace.
- Managed enterprise policy. Admins can control updates, telemetry, marketplace access, and pinned versions through Windows Group Policy or macOS managed profiles.
- Offline editor. Monaco now ships with Even, so the code editor works without a network connection.
Fixed
- Backend requests now trust the operating system certificate store and honor proxy settings.
- The localhost control bridge now validates hosts and origins more strictly.
- Faster startup and updates through lazy-loaded syntax highlighting and better vendor chunk caching.
v0.0.19-beta
July 2, 2026
New
- Full browser support on Windows. Browser screenshots, Chromium bookmark and history import, downloads, media controls, and the CLI shim now work across platforms.
Fixed
- The Windows browser no longer freezes while creating webviews.
- Auth popups, passkeys, content flicker, and dark-edge bleed are more reliable in the in-app browser.
- Favicon fallback now gives sites an icon even when the page does not expose one cleanly.
- Blocking backend work now runs off the main thread to keep the interface responsive.
v0.0.18-beta
July 1, 2026
New
- Richer agent tool blocks. Agent chats show the real tool parameters and output instead of a generic activity summary.
- Mute installed apps. Stop audio from an app without closing it.
Fixed
- Agent model pickers now show only models that are actually available.
- Offline icons, terminal glyphs, browser chrome, and agent chat typography render consistently.
- Multiple-instance conflicts and terminal home-directory fallback are more reliable on Windows.
v0.0.17-beta
July 1, 2026
New
- Full theme system. Choose from more than 20 design-system themes or upload a custom theme for the workspace.
Fixed
- The theme picker now keeps a stable width and wraps its controls cleanly.
v0.0.16-beta
June 30, 2026
Fixed
- Integration setup now shows the right CLI install command for each operating system.
- Fresh terminal panes no longer lose their initial shell prompt.
- Native menu actions now work on Windows.
v0.0.15-beta
June 30, 2026
Fixed
- Terminal writes no longer hold the global PTY lock, preventing panes from stalling one another.
- Background commands no longer flash a console window on Windows.
v0.0.14-beta
June 30, 2026
New
- Git worktree manager. Create, reopen, and remove persistent worktrees without leaving Even.
- Native Arm builds. Release automation now produces Windows and Linux artifacts on Arm runners.
Fixed
- Even finds Claude Code, Codex, Node, and OpenCode reliably on Windows and registers Claude's MCP server correctly.
- Windows paths show the correct folder and file names throughout the interface.
- Closing an inline diff no longer trips Monaco's disposed-model error.
v0.0.13-beta
June 29, 2026
New
- Even Agents. A full in-app agent platform: configure agents, chat token by token, pick the model, and keep durable on-disk chat history, all on a chat surface rebuilt with proper tool and reasoning blocks.
- Signed agent packages. Install agents as signed, verified packages that bring their own skills and MCP servers, gated by a deny-by-default policy engine.
- Enterprise controls. A tamper-evident audit ledger with an in-app Audit tab, role-based access with signed org policy and install approvals, a per-secret broker, and SSO and SCIM identity primitives.
- Reference agents. A GitHub PR reviewer, a Linear triage agent, and stack-doctor ship in the box, alongside an agent creator that authors new agents for you.
- Independent panes. Detach Code, Browser, and Agents into their own panes, with viewer and chat upgrades.
- Git worktrees, in-app feedback, and automatic updates.
Fixed
- Dev installs of medium and high-risk packages are no longer blocked.
- Removing a Space's workspace now clears its bookmarks and history.
- More reliable agent deletion, plus streaming and responsiveness fixes in chat.
v0.0.12-beta
June 26, 2026
New
- Guided tour. A first-run walkthrough of Even's main features.
- OpenCode support. Launch and control OpenCode as a first-class agent, with its skills and MCP servers.
- Opt-out analytics. Anonymous usage analytics and crash reporting, with a settings switch to turn them off whenever you like.
Fixed
- Searched models now run with an agent-sized context window.
- The Even Stacks panel shows its own brand mark instead of the Docker logo.
v0.0.11-beta
June 26, 2026
New
- Even LLMs. Run local AI models inside Even. Search Hugging Face, see whether a model will run and how fast, download and run it, and even drive a terminal agent with a local model.
- Even Stacks. The services integration now serves HTTPS by default for every web service through a managed proxy, with a per-service popup for access, sign-in, and editing environment variables.
Fixed
- Even finds the Docker CLI on your real PATH, so launches work even when Even is started from the Dock.
- Large model downloads now retry and resume instead of failing outright.
v0.0.10-beta
June 26, 2026
New
- Integrations. A new framework for connecting outside services to Even, launching with GitHub and Docker.
- GitHub integration. Live CI status in the top bar, a deployments view, recent Actions runs, and sign-in through the gh CLI with account switching, so there is no token to paste.
- Docker integration. A one-click Templates launcher covering 290 services with real logos, plus agent control of containers: exec, logs, inspect, volumes, and file copy.
- Cmd+K inline edits. Edit code inline with AI in the code view, review an inline diff, and escalate to a repo-wide agent edit in one click.
- Camera and microphone in the browser. The in-app browser can now use your camera and mic, and links from terminals and apps open in Even's own browser.
Fixed
- Docker operations run off the main thread, so heavy commands no longer freeze the UI.
- New tabs no longer flash over the browser chrome, and links open on the first click from a cold browser.
- Cross-platform home directory handling and a sensible default shell on Windows.
v0.0.9-beta
June 25, 2026
New
- Skills marketplace. Browse, inspect, install, and publish skills without leaving Even, with an anonymous publisher identity and a verified filter.
- Per-folder to-do lists. Each folder gets a to-do list your agents can drive, with status pills, notes, and Markdown-rendered descriptions.
- Agents author their own tools. Agents can now write skills and MCP servers, open files in the code panel, and jump to sidebar sections.
Fixed
- The to-do card keeps its footer pinned and never clips your notes.
- The first-run setup migration now runs once and reliably on any version.
v0.0.8-beta
June 24, 2026
New
- Real download progress. Watch live progress on browser downloads and cancel them mid-flight, with a cleaner launch splash.
v0.0.7-beta
June 24, 2026
New
- Browser downloads and tabs. Download files in the in-app browser and work across multiple tabs.
- Collapsible panes. Fold panes away to focus on what matters.
- Pinned-folder colors and reorder. Drag your pinned folders into order and give each one a color.
- Launch splash. A splash screen while Even starts up.
v0.0.6-beta
June 23, 2026
New
- Agents can drive your apps. They open and control in-app apps and can send links to a new tab, and pages now respect their own light or dark theme.
- Self-updating agent tools. Even's built-in agent tools and skill refresh automatically whenever the app upgrades.
Fixed
- Terminal output no longer garbles multi-byte text when it spans a read boundary.
v0.0.5-beta
June 22, 2026
New
- The
evenlauncher. Open the current folder in Even straight from your shell. - Native tab mute and stop-media. Silence a noisy tab or stop playback from the tab itself.
- Light-mode new tab. The new-tab dashboard now tracks your theme properly.
Fixed
- Saved layouts now restore their exact pane sizes and stay in sync with the menu.
- More robust CLI path resolution and steadier terminal persistence across restarts.
- Overlay coalescing and a tidier branch switcher.
v0.0.4-beta
June 22, 2026
New
- Creative new-tab dashboard. A fresh start page for every new browser tab.
- Reload spinner and groundwork for themed new tabs.
Fixed
- Adblock now blocks redirect ads and restores element-hiding without ever blanking a page.
- Adblock ships off by default with a document guard, so it cannot break sites.
- Tab-close edge cases cleaned up, and the update banner now registers with the overlay system.
v0.0.3-beta
June 21, 2026
New
- Split the browser pane, with saved-login autofill and an adblock toolbar shield.
- Filter-list adblock engine built on EasyList and EasyPrivacy, compiled natively and attached per tab.
- App favicons in the sidebar, with sections collapsed by default.
Fixed
- A permanent favicon resolver that self-heals poisoned cache entries.
- Open tabs navigate reliably, and the finder search got simpler.
v0.0.2-beta
June 21, 2026
First beta
New
- The first public beta. Splittable terminals, an in-app browser terminal agents can drive, pinned folders and sessions, and your apps. All in one window.
Full commit history and downloads live on GitHub releases.