Discover and explore top open-source AI tools and projects—updated daily.
macOS AI browser with local inference
Top 56.8% on SourcePulse
Web is a macOS native browser built with SwiftUI, offering a minimal interface and integrated AI capabilities for on-device content analysis. It targets users seeking a privacy-focused browsing experience enhanced by local AI processing, particularly beneficial for developers and power users on Apple Silicon Macs.
How It Works
The browser leverages Apple's WebKit for native rendering and integrates AI features using the MLX framework and MLX Swift Examples. This approach allows for on-device inference, processing AI tasks locally for enhanced privacy and performance on Apple Silicon. The architecture follows MVVM with SwiftUI and Combine, featuring components like TabManager
for efficient tab handling and MLXRunner
for local AI model execution.
Quick Start & Requirements
git clone https://github.com/nuance-dev/Web.git
), opening Web.xcodeproj
in Xcode 15.0+, and building/running (⌘R).Highlighted Details
Maintenance & Community
The project is experimental and seeks user feedback for development. Links to the website (Nuanc.me), GitHub Issues for reporting bugs, and Twitter (@Nuanced) for updates are provided.
Licensing & Compatibility
Licensed under the MIT License, permitting commercial use and closed-source linking.
Limitations & Caveats
This is an experimental early access version missing key browser features. AI features require an Apple Silicon Mac. BYOK is needed for external AI providers like OpenAI. The AI sidebar is noted as rough with bugs.
1 day ago
Inactive