A `nav0` CLI for launching from the terminal, audited keyboard shortcuts across platforms, a stop-loading button in the address bar, and fixes for Gmail PDF downloads, blurry favicons, and the macOS dock icon.
Latest
This release focuses on power-user ergonomics: a real CLI for launching Nav0 from the terminal, a sharper keyboard-shortcut story across every platform, a stop-loading button in the address bar, and a handful of paper-cut fixes around Gmail attachments, blurry favicons, and the macOS dock.
nav0 command in your terminal — Launch Nav0 from the shell on every platform. Linux deb/rpm packages drop a /usr/bin/nav0 symlink automatically; macOS and Windows users get a new Install nav0 in PATH menu item that wires up /usr/local/bin/nav0 (with a graceful admin prompt fallback) or a nav0.cmd shim in %LocalAppData%\Microsoft\WindowsApps.--private flag — Open a private window straight from the command line: nav0 --private (or -p).--url flag with multiple URLs — Open one or more tabs in a new window: nav0 -u https://example.com https://news.ycombinator.com. Combine with -p for a private session.nav0 ... invocation is forwarded to the already-running app instead of spawning a duplicate process. Plain nav0 simply surfaces the existing window.Content-Disposition: attachment no longer crash the sandboxed PDF viewer with "object null is not iterable" mid-download. Explicit attachment dispositions now pass through untouched, while inline/missing dispositions are still rewritten so PDFs continue to open in-tab.<link rel="icon"> URLs, Nav0 now picks the largest candidate (preferring 180×180 apple-touch-icons or 192×192 PNGs over 16×16 ICOs) instead of taking the last entry. Tabs no longer render a fuzzy upscaled 16 px icon when a higher-resolution one was available. No additional network requests.docs/ VitePress site has been split out to nav0-org/website so the browser repo stays focused on the application code.