A real browser inside your command centre. Pin any page to your sidebar, screenshot anything, override themes at the engine level, stay signed in everywhere.
Overview
You don't need another browser. What you need is the five or six pages you actually live in — your staging app, your Grafana board, your Swagger docs, your CI dashboard — pulled out of the browser tab graveyard and placed next to your deploy pipeline, your error tracker, and your project board. In the same window. In the same sidebar. Without Cmd+Tab. Without 'which tab was that in?' Navique's browser isn't trying to replace Chrome. It's making sure you never have to open Chrome for the things that are part of your development workflow.
Why This Exists
"I'm building a Next.js app on localhost:3000. I pin it to my sidebar. While I code, my running app is one click away, right below GitHub. I use the theme toggle to preview dark mode without changing system settings, screenshot both versions, and paste them into the PR for design review. I haven't opened Chrome for anything work-related in two weeks."
Multi-Tab Browsing
A full tabbed browser in Navique's content area. Compact tab bar, open as many tabs as you need. Each tab remembers its history, scroll position, and state. Tabs survive sidebar navigation — switch to GitHub, come back, your tabs are exactly where you left them. Right-click any tab to close it, copy its URL, or open in Safari.
Smart URL Bar
The URL bar understands developers. Type a full URL and navigate directly. Type a bare domain and it resolves. Type a search query and it falls through to Google. Security indicator shows a green lock for HTTPS, warning for plain HTTP. Inline bookmark star — one click to save, one to remove.
Pin to Sidebar
Click the pin icon and any page becomes a permanent sidebar entry — alongside Dashboard, GitHub, Sentry, and every other Navique module. Set a custom name, auto-fetch the favicon or pick from 230+ SF Symbols, assign a color dot for visual grouping, organise with group labels, and configure auto-refresh intervals from 15 seconds to 15 minutes. Pinned items don't reload when you navigate away. Scroll position, form state, authenticated sessions — all preserved.
Screenshots — Three Capture Modes
Visible area captures exactly what's on screen at Retina resolution. Full page captures the entire scrollable page — top to bottom — regardless of length. Selection lets you drag a rectangle with a live pixel-dimension readout.
Every capture mode offers three destinations:
- —Copy to clipboard — writes to the system pasteboard for immediate paste anywhere
- —Save to file — opens a save panel with a timestamped default filename, exports as PNG
- —Add to Clipboard Manager — sends the screenshot directly to the Clipboard Manager stack, tagged with the source URL, where it joins your other copied text and images
The selected-text button (T+ icon) in the toolbar reads whatever text is highlighted on the page via window.getSelection() and adds it to the Clipboard Manager with the source URL attached — useful for grabbing error messages, log output, or any page content without switching focus.
See Clipboard Manager for the full paste workflow — including Paste & Remove and drag-out support.
Theme Override
Cycle through System, Light, and Dark modes per page. The override works at the WebKit rendering engine level — not a CSS injection. Pages receive a genuine dark/light mode signal, so CSS media queries, JavaScript matchMedia calls, Tailwind's dark: classes, and framework theme providers all respond correctly. Preview your app's dark mode without toggling System Settings. Compare light vs dark screenshots by cycling the theme.
Bookmarks — Folders, Drag-and-Drop & Agent-Accessible JSONL
Click the star in the URL bar to bookmark any page. The bookmarks panel slides in from the right, organised into collapsible folders. Every section starts collapsed — the panel stays clean no matter how many bookmarks you accumulate. Expand the ones you need, collapse the rest. That collapsed/expanded state is remembered and restored exactly as you left it.
Organising with folders — click the folder icon in the panel header to create a new folder. A field appears with a glowing pulsing border that draws your eye straight to it. Type the name and press Return. Folders appear as collapsible sections below the Unfiled group. Right-click any folder to rename it in-place or delete it — bookmarks in a deleted folder return to Unfiled automatically.
Drag-and-drop to reorganise — drag any bookmark row and drop it onto any folder header to move it there. The target folder highlights in blue as you hover. If you drop onto a collapsed folder it opens automatically. Drop onto Unfiled to pull a bookmark back out. A right-click context menu on any bookmark also offers a "Move to" submenu listing every folder, for when you prefer not to drag.
Agent-accessible storage — bookmarks live at ~/.eggspert/data/bookmarks.jsonl (one compact JSON object per line, backward-compatible). Folders live at ~/.eggspert/data/bookmark_folders.json. Both files are human-readable, diff-friendly, and accessible to AI agents or shell scripts. An agent can add, categorise, or reorganise bookmarks programmatically. The files are re-read every time you open the browser.
Persistent Sessions & Authentication
Persistent cookies, localStorage, IndexedDB — log in once, stay logged in across app launches. Every tab and every sidebar item shares a single session context. Log into Google in one tab and you're authenticated across every Google service in Navique. OAuth flows — Google, GitHub, Facebook, Microsoft, Okta, Auth0, Apple ID — all work natively. iCloud Keychain passwords auto-fill, passkeys work, 2FA codes auto-fill from iMessage. Your credentials never touch Navique — the OS handles everything.
Localhost is a First-Class Citizen
Most embedded browsers treat localhost as an afterthought — or block it entirely. Navique treats it as the primary use case. Type localhost:3000 and it loads. Pin it and it gets a live status dot — green when reachable, dim when not. The URL parser recognises localhost, 127.0.0.1, and 0.0.0.0 on any port without requiring a scheme prefix. Your running dev server is always one click and one glance away.
Full Web Compatibility
Single-page applications, React apps, Vue dashboards, Angular admin panels — everything renders correctly in a full WebKit context. JavaScript alert(), confirm(), and prompt() surface as native macOS dialogs. window.open() and target='_blank' links load in-view instead of being blocked. Inline media playback with fullscreen support. A slim progress bar shows page load state. Friendly error views with retry buttons.
Related
- —Clipboard Manager — screenshots and selected text feed directly into the multi-item clipboard stack
- —Menu Builder
- —Dashboard
- —Integrations Hub
- —Env Variable Vault
- —Settings