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

✍️ OpenClawRadar📅 Published: April 18, 2026🔗 Source
Slate: Open-Source macOS AI Chat App with Built-in Browser
Ad

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.
Ad

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

Ad

👀 See Also

Three MCP servers for e-commerce research with Claude: Shopify, Amazon, and Google Maps tools
Tools

Three MCP servers for e-commerce research with Claude: Shopify, Amazon, and Google Maps tools

A developer built three MCP servers for Claude to analyze Shopify stores without API keys, score Amazon product opportunities, and find/scored local business leads from Google Maps. All are available on Apify.

OpenClawRadar
Local dashboard tracks Claude Code usage with token costs, tool calls, and session analytics
Tools

Local dashboard tracks Claude Code usage with token costs, tool calls, and session analytics

A developer built a local dashboard that reads Claude Code's JSONL session files to visualize token usage, estimated costs, tool call breakdowns, and session history. The tool runs entirely on your machine with an Express API and React dashboard.

OpenClawRadar
Claude Code Remote Control: Continue Local Sessions from Any Device
Tools

Claude Code Remote Control: Continue Local Sessions from Any Device

Claude Code Remote Control lets you continue local Claude Code sessions from other devices like phones or browsers while keeping everything running on your machine. It's available as a research preview on Pro and Max plans, requiring authentication and workspace trust setup.

OpenClawRadar
HuggingFace Agent Skills: Standardized AI Task Definitions for Coding Agents
Tools

HuggingFace Agent Skills: Standardized AI Task Definitions for Coding Agents

HuggingFace Skills are self-contained folders with YAML frontmatter and guidance for AI agents to perform specific ML tasks like dataset creation, model training, and evaluation. They're interoperable with OpenAI Codex, Anthropic's Claude Code, Google Gemini CLI, and Cursor.

OpenClawRadar