Slate: Open-Source macOS AI Chat App with Built-in Browser

What Slate Is
Slate is a native macOS application that integrates AI chat and web browsing into the same window. The developer created it to solve the workflow problem of constantly switching between AI chat interfaces and browsers when researching topics. Instead of adding AI features to a browser, Slate is designed as an AI workspace first, with browsing capabilities built in.
Key Features
- Native macOS app: Built with SwiftUI and WebKit (no Electron), which results in lower memory usage and better battery life compared to Electron-based applications. The trade-off is that it's macOS-only.
- AI model support: Works with Anthropic (Claude), OpenAI (GPT), Gemini, and Ollama for local models. Users need to provide their own API keys.
- Integrated browsing: Each conversation tab maintains its own history, allowing users to ask questions, get synthesized answers, click into sources directly within the session, and ask follow-up questions with full context preserved.
- Content blocking: Built-in content blocking ensures pages load quickly and cleanly.
- Session management: Tabs can be grouped into workspaces that can be archived and restored.
- Open source: Released under the MIT license.
Current Status and Availability
This is version 1.0. The developer acknowledges there are areas for improvement, including extensions, better history management, sync capabilities, AI agents, and MCP (Model Context Protocol) support. However, the core workflow of chat → browse → follow-up is functional.
The source code is available on GitHub, and a downloadable .dmg file is provided for installation.
📖 Read the full source: r/LocalLLaMA
👀 See Also

OpenJet v0.4: Zero-Config Local Coding Agent with llama.cpp Backend
OpenJet v0.4 is an open-source terminal coding agent for local LLMs that auto-detects hardware, configures llama.cpp, and provides a Claude Code-style workflow with no API keys.

Building a Self-Improving Knowledge System with Claude Code and Obsidian
A developer built a 25-tool system that gives Claude Code persistent memory through semantic search, knowledge graphs, and spaced repetition over an Obsidian vault. The system indexes content with bge-m3 embeddings, detects contradictions, auto-prunes stale notes, and generates Obsidian Canvas maps automatically.

Opendesk: MCP + SOM algorithm for AI desktop control via Claude Code
Opendesk gives AI agents eyes and hands on your desktop via an MCP server with a custom SOM algorithm. Integrates with Claude Code or any agentic harness for mouse/keyboard control, learning, replay, and scheduling.

LetMeWatch: Python Plugin Adds Video Analysis to Claude via FFmpeg Scene Detection
A developer built a ~200-line Python plugin called LetMeWatch that enables Claude to analyze videos by using FFmpeg for scene detection, extracting only frames where visuals change, timestamping them, and feeding batches to Claude's multimodal vision.