Skip to content

Releases: FujiwaraChoki/mori-browser

Mori 2.0.4

20 Jun 14:08

Choose a tag to compare

Mori 2.0.4

  • Assistant (Codex) — fixes the local Codex app-server failing to start when Mori is launched from the DMG / Finder. The bundled codex CLI is a Node script (#!/usr/bin/env node), and a Finder-launched app only inherits the stripped launchd PATH — which usually has no node — so the assistant showed "Couldn't reach the local Codex server." Mori now augments the spawn environment with the common Node/Codex install locations (and the codex binary's own dir), so the assistant connects no matter how the app was launched. Terminal/dev builds are unaffected.

Mori 2.0.3

20 Jun 13:26

Choose a tag to compare

Mori 2.0.3

Fixes & improvements

  • Keyboard shortcuts — ⌘S (toggle sidebar) and ⌘T (toggle omnibox) now fire reliably and instantly on the first press, from both chrome and web‑content focus. (Previously a keyboard toggle could land in state but not repaint until another action.)
  • Favicons — real site icons now stay put instead of briefly flashing to a placeholder ~0.5s after load. Sites with no favicon fall back to a clean web globe; the host‑letter tiles are gone. Resolution order is now curated brand glyph → the site's own favicon → globe.
  • Site permissions — Allow / Block requests now appear as a non‑modal notification card in the top‑right instead of a blocking system sheet.

Mori Browser 2.0

14 Jun 08:42

Choose a tag to compare

Mori Browser 2.0.

Artifact:

  • MoriBrowser-2.0.dmg
  • SHA-256: 8397745b8b4681e094f1415fcd89aeb7a3b5434d606c9a8f7563eb53327a920b

Notes:

  • Version metadata in the packaged app is stamped as 2.0.
  • The app bundle and DMG are ad-hoc signed for this release artifact.
  • This build is not notarized.

Mori v0.1.0

08 Jun 22:03

Choose a tag to compare

First public build of Mori — a native macOS browser: SwiftUI/AppKit chrome over a real Chromium engine via CEF.

Install

  1. Download Mori-0.1.0.dmg below and open it.
  2. Drag Mori.app into Applications.
  3. The app is ad-hoc signed (not notarized), so on first launch macOS Gatekeeper will block it. Right-click Mori.app → Open, then confirm — or run:
    xattr -dr com.apple.quarantine /Applications/Mori.app
    

Requirements

  • macOS 26+ (Apple Silicon / arm64)

Highlights

  • New Mori app icon
  • UI, theme, automation, and downloads polish
  • Chrome-extension subsystem (MV3) with content scripts, messaging, and scripting APIs

🤖 Generated with Claude Code