A very lightweight web browser for macOS built with SwiftUI and a custom C HTML parser. https://inori.nerdnextdoor.net/
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-12-20 11:52:16 +00:00
Inori Why did I type import... this isn't Obj-C. 2025-12-20 11:52:16 +00:00
Inori.xcodeproj Remove Info.plist copying 2025-12-19 16:55:03 +00:00
.gitignore Real first commit 2025-09-06 14:50:27 +01:00
README.md For people who might want to do so... 2025-09-06 15:05:23 +01:00

Inori

A very lightweight web browser for macOS built with SwiftUI and a custom C HTML parser.

Warning: Do not use Inori as your daily driver browser. Inori is not capable of handling most sites and currently is not built with security as a priority.

Building

Requirements

  • Xcode ~16.4 or later
  • macOS ~15.5 or later

Build Instructions

  1. Clone the repository
  2. Open Inori.xcodeproj in Xcode
  3. Build and run (⌘R)