You are browsing as a guest. Sign up (or log in) to start making projects!

soulcloude

@soulcloude

Joined June 4th, 2026

  • 6Devlogs
  • 4Projects
  • 1Ships
  • 0Votes
Ship Changes requested

I built the Soul Browser! It's a high-performance, privacy-first web browser built natively for macOS. Instead of
relying on bloated web-wrappers like Electron, I built the entire UI natively in SwiftUI and hooked it into the
Chromium Embedded Framework (CEF) backend. This gives it the lightning-fast V8 JavaScript engine and Blink
rendering, wrapped in a beautiful, macOS-native shell.
The biggest challenge was wrestling with memory optimization and IPC (Inter-Process Communication). Because I
avoided Electron, I had to manually manage how the native Swift UI communicated with the underlying Chromium
processes. I spent a lot of time stripping down site isolation overhead and tuning the V8 heap limits so the
browser stays incredibly lightweight. We also had to build custom retry-logic to stabilize our local AI Codex
server
connection!
I'm incredibly proud of the UI aesthetics and the performance metrics. The browser looks and feels like an
expensive Apple product thanks to the frosted glassmorphism and native Swift animations. But more importantly, it
runs like a dream. Features like the AI Tab Grouper and native !Bangs integration make it a genuine power-tool
for
developers.
You can download the v1.0.0-beta directly from the Releases tab on GitHub!
Since it's a native macOS app in beta, you may need to right-click and hit "Open" to bypass the unverified
developer
warning. Try out the !w bangs in the address bar, or open 20 tabs to watch the AI Tab Grouper automatically
organize them for you!

  • 6 devlogs
  • 24h
Try project → See source code →
Open comments for this post
Reposted by @soulcloude

8h 0m logged

We just open-sourced the Soul Browser! 🚀

I wanted to build a browser that feels incredibly fast, native to macOS, and respects your privacy—without relying
on heavy Electron wrappers.

🛠 The Stack:
Built entirely in native Swift & SwiftUI for a buttery smooth UI, powered by the Chromium Embedded Framework (CEF)
under the hood for world-class web rendering and V8 JavaScript performance.

✨ Core Features:
• !Bangs Integration: Instantly search your favorite sites directly from the address bar (e.g., type !w macOS to
jump straight to Wikipedia).
• Built for Developers: First-class DevTools support natively integrated, plus aggressive memory optimization so
your browser doesn’t compete with your compiler for RAM.
• Privacy & Security First: Zero telemetry. No aggressive tracking. We baked in anti-phishing scanners, Tor-proxy
support, and secure local keychain integration.

If you’re tired of bloated web browsers, come check out the code, leave a ⭐, or contribute!

🔗 GitHub: https://github.com/soulcloude00/soul-browser

Let me know what you think of the architecture! 👇 #swiftui #macos #opensource #buildinpublic

0

Loading discussion…

1
59
Open comments for this post

8h 0m logged

We just open-sourced the Soul Browser! 🚀

I wanted to build a browser that feels incredibly fast, native to macOS, and respects your privacy—without relying
on heavy Electron wrappers.

🛠 The Stack:
Built entirely in native Swift & SwiftUI for a buttery smooth UI, powered by the Chromium Embedded Framework (CEF)
under the hood for world-class web rendering and V8 JavaScript performance.

✨ Core Features:
• !Bangs Integration: Instantly search your favorite sites directly from the address bar (e.g., type !w macOS to
jump straight to Wikipedia).
• Built for Developers: First-class DevTools support natively integrated, plus aggressive memory optimization so
your browser doesn’t compete with your compiler for RAM.
• Privacy & Security First: Zero telemetry. No aggressive tracking. We baked in anti-phishing scanners, Tor-proxy
support, and secure local keychain integration.

If you’re tired of bloated web browsers, come check out the code, leave a ⭐, or contribute!

🔗 GitHub: https://github.com/soulcloude00/soul-browser

Let me know what you think of the architecture! 👇 #swiftui #macos #opensource #buildinpublic

0

Loading discussion…

1
59
Open comments for this post

14h 0m logged

done a full setting page for the browser took almost 14 hours , so basically its focused all all the use cases , developers , normal users and so many - planing to make a browser that no other browser has achieved

0

Loading discussion…

0
42

Followers

Loading…