AI-Powered Desktop Code Editor

Code Smarter.
Ship Faster.

Sammy is a desktop AI coding platform. Monaco editor, streaming AI chat, integrated terminal — and your choice of AI: OpenAI, Anthropic, or a fully private local LLM.

Windows x64 — Quick Start
$1. Download sammy-windows-x64.zip
$2. Extract the ZIP to any folder
$3. Double-click Sammy.exe to launch

No installer required. Portable — runs from any folder.

Bring Your Own Key — or Run Fully Local
app.pySammy AI
1def calculate_discount(price, tier):
2 if tier == 'premium':
Sammy|pythonEditing
Scroll to explore
Up and running in under 2 minutes

How It Works

01

Download

Grab the Windows x64 portable ZIP or the source archive for Linux and macOS. No installer, no admin rights — just extract and run.

$sammy-windows-x64.zip
02

Add API Key

Open Settings and choose your AI provider: OpenAI, Anthropic, or a private/local LLM such as Ollama or LM Studio. Paste your API key — or leave it blank entirely for local servers. No cloud required, no key needed for local models.

$Settings → AI Provider → OpenAI / Anthropic / Local LLM
03

Start Coding

Open a file, write code in the Monaco editor, and ask Sammy anything in the AI chat panel. Refactor, explain, debug — all without leaving the editor.

$Ctrl+Shift+A — open AI chat

Built on the same technology stack trusted by millions of developers worldwide

E
Electron
Re
React
Mo
Monaco
AI
OpenAI
An
Anthropic
Ol
Ollama
N
Node.js
W
Webpack
MIT
MIT
30+
Languages Supported
2
AI Providers
8
Keyboard Shortcuts
< 2min
Time to Launch
Everything you need

Built for serious developers

Every feature is designed to keep you in flow — from first keystroke to final commit.

Monaco Code Editor

The same engine powering VS Code. Full syntax highlighting across 30+ languages, multi-tab support, and intelligent code formatting.

Sammy AI Chat

Streaming AI responses from OpenAI, Anthropic, or a fully private local LLM (Ollama, LM Studio, vLLM). Ask Sammy to explain, debug, refactor, or generate code — then insert it with one click. No cloud required when running locally.

File Explorer

Full project tree with create, rename, and delete. File-type icons, dirty indicators, and instant file switching.

Integrated Terminal

A resizable bash terminal at the bottom of the editor. Run commands without ever leaving Sammy. Press Ctrl+` to toggle.

Multi-Provider AI

Three first-class AI choices: OpenAI (GPT-4o, GPT-4, GPT-3.5), Anthropic (Claude 3.5 Sonnet, Claude 3 Opus), or any private/local LLM via an OpenAI-compatible endpoint — Ollama, LM Studio, vLLM, llama.cpp, and more. Switch providers and models in Settings at any time, no restart required.

Full Settings Panel

Customize font size, tab size, word wrap, auto-save, accent color, and AI provider (OpenAI, Anthropic, or private/local LLM) — all persisted locally. Use the built-in Test Connection and Discover Models buttons to verify any provider instantly.

Keyboard Shortcuts

Ctrl+Shift+P for Command Palette, Ctrl+P for Quick Open, Ctrl+` for Terminal, Ctrl+S to save. All Monaco editor shortcuts work out of the box.

Auto-Save

Optional 2-second auto-save for dirty files. Never lose work mid-session. Toggle it on or off in General Settings.

Chat History

Multiple auto-titled chat sessions per project. Create new chats, switch between them, and clear history when needed.

Feature Comparison

How does Sammy compare?

Same powerful editor experience — but free, open source, and fully under your control.

FeatureSammyCursor
Monaco Code Editor
AI Chat Panel
Streaming AI Responses
Integrated Terminal
File Explorer
Bring Your Own API Key
100% Free & Open Source
OpenAI + Anthropic + Private/Local LLM
Custom Accent Colors
Works Fully Offline*
Cloud Sync
Team Collaboration
Extensions Marketplace

* Editor works offline; AI chat requires an active API key connection.

What Makes Sammy Different

Built for developers who
own their tools.

Subscription editors are a black box and a dependency. Sammy gives you the same power with full transparency and zero recurring cost.

Bring Your Own Key

Sammy never stores or proxies your API key. It goes directly from your machine to OpenAI or Anthropic. For private/local LLMs (Ollama, LM Studio, vLLM), no API key is required at all — your requests never leave your device. No middleman, no data harvesting.

Zero data harvesting

Model Agnostic

Three first-class AI choices in one settings toggle: OpenAI (GPT-4o, GPT-4, GPT-3.5), Anthropic (Claude 3.5 Sonnet, Claude 3 Opus), or any private/local model via an OpenAI-compatible endpoint — Ollama, LM Studio, vLLM, llama.cpp. Use Test Connection and Discover Models to verify any setup in seconds.

OpenAI · Anthropic · Private/Local LLM

Offline-First Editor

The Monaco editor, file explorer, terminal, and all editing features work entirely offline. AI chat activates only when you choose to use it.

Works without internet

Fully Customizable

Eight accent colors, adjustable font size, tab size, word wrap, and auto-save — all persisted locally. Sammy adapts to your workflow.

Your preferences, your way

Privacy by Design

No telemetry, no usage tracking, no analytics sent home. Sammy runs entirely on your machine. Your code, your conversations, and your API keys never leave your device unless you explicitly send a request to an AI provider.

Zero telemetry

Lightweight & Fast

Sammy is a lean Electron application with a minimal dependency footprint. It launches in seconds, consumes modest RAM, and never runs background services or auto-update daemons that compete with your development environment.

Launches in seconds
Full walkthrough

See Sammy in action

A 63-second tutorial covering every major feature — from onboarding to AI chat to the integrated terminal.

Code Editor

Monaco — the engine behind VS Code

Sammy's editor is powered by Monaco, the same battle-tested engine that drives Visual Studio Code. Open any file and get full syntax highlighting, multi-tab management, and a persistent position — exactly where you left off.

  • 30+ language syntax highlighting
  • Multi-tab support with dirty-file indicators
  • Word wrap, font size, and tab size controls
  • Keyboard shortcut palette (Ctrl+Shift+P)
Sammy Monaco code editor
Integrated Terminal

Run commands without leaving the editor

Press Ctrl+` to slide up a full bash terminal at the bottom of the screen. Run build scripts, git commands, or any shell operation — then get back to coding immediately. Multiple terminal tabs are supported.

  • Full bash shell with color output
  • Multiple terminal tabs
  • Resizable panel height
  • Persists while the app is open
Sammy integrated terminal
Settings

Fully customizable to your workflow

The Settings panel gives you complete control over Sammy's behavior and appearance. Switch AI providers, change models, update your API key, adjust editor preferences, and pick an accent color — all saved locally.

  • OpenAI, Anthropic, and Private/Local LLM — all first-class choices
  • Model selection per provider (or auto-discover for local servers)
  • 8 preset accent colors
  • Auto-save, font size, tab size, word wrap
Sammy settings modal
Quick reference

Keyboard shortcuts

Sammy is built for keyboard-first developers. Learn these shortcuts and you will rarely need the mouse.

Editor

Open Command Palette
Ctrl+Shift+P
Quick Open file
Ctrl+P
Save current file
Ctrl+S
Close active tab
Ctrl+W
Undo
Ctrl+Z
Redo
Ctrl+Shift+Z

AI & Chat

Send chat message
Enter
New line in message
Shift+Enter

Terminal & View

Toggle integrated terminal
Ctrl+`
Up and running in minutes

Quick Start Guide

Choose your preferred installation method and follow the steps below.

01
Download the ZIP

Click the Download button above. The file is ~155 MB and contains everything you need — no separate runtime install required.

sammy-windows-x64.zip
02
Extract the archive

Right-click the ZIP and choose Extract All. Place the extracted folder anywhere on your drive — Desktop, Program Files, or a project folder.

Right-click → Extract All → Choose destination
03
Launch Sammy.exe

Open the extracted folder and double-click Sammy.exe. Windows may show a SmartScreen prompt — click More info → Run anyway.

sammy-windows-x64\Sammy.exe
04
Complete onboarding

The 4-step wizard walks you through naming your workspace, picking an accent color, and connecting your OpenAI, Anthropic, or private/local LLM API key.

Welcome → Personalize → AI Config → Launch
05
Open a project folder

Click the folder icon in the activity bar to open any directory. Sammy will index the files and display them in the explorer.

Click folder icon → Select folder → Start coding
What's new & what's next

Changelog & Roadmap

Track what has shipped and what is coming next in Sammy's development.

v1.0.0LatestApril 2026
  • Initial release — full Electron + React desktop application
  • Monaco Editor with 30+ language syntax highlighting
  • AI Chat panel with OpenAI, Anthropic, and Private/Local LLM support
  • Integrated bash terminal (node-pty)
  • File explorer with create, rename, and delete
  • 4-step onboarding wizard with personalization
  • 8 preset accent colors
  • Auto-save, word wrap, font size, tab size settings
v0.9.0BetaMarch 2026
  • Monaco Editor integration with tab management
  • Basic OpenAI chat panel (non-streaming)
  • File explorer with read-only tree view
  • Webpack 5 + Babel build pipeline
  • Initial dark theme with CSS variables
v0.5.0AlphaFebruary 2026
  • Electron shell with BrowserWindow and preload IPC
  • Basic React renderer with Webpack HMR
  • Proof-of-concept Monaco editor embed
  • Initial project scaffolding and directory structure
Developer feedback

What developers are saying

Early users share their experience with Sammy.

5.0 / 5.0
Average Rating
200+
Early Adopters
98%
Would Recommend
“Streaming responses make it feel alive”

The Monaco integration is seamless and the AI chat panel genuinely helps me think through problems faster. The streaming responses make it feel alive.

AR
Alex R.
Senior Full-Stack Developer · Freelance
“Set up in under two minutes”

I set it up in under two minutes. The onboarding wizard is clean, the dark theme is easy on the eyes, and having GPT-4o right inside my editor has changed how I write code.

JM
Jordan M.
Indie Developer & OSS Contributor · Open Source
“Runs my private Ollama model flawlessly”

The integrated terminal and file explorer mean I rarely need to leave the app. Switching between OpenAI, Anthropic, and my local Ollama server in Settings is seamless. Running a private model with zero cloud exposure is exactly what I needed.

ST
Sam T.
Backend Engineer · SaaS Startup
“Fraction of the cost”

Bring-your-own-key is a game changer. I run Ollama locally for most tasks and only hit the OpenAI API when I need a frontier model. Same quality, fraction of the cost — and my code never leaves my machine.

ML
Marcus L.
DevOps Engineer · Cloud Infrastructure
“Saves copy-paste cycles every day”

The workflow is seamless. I open a file, ask Sammy to refactor it, and click Insert to drop the code right into the editor. No copy-paste, no context switching.

PK
Priya K.
Frontend Developer · Design Agency
“Forked and deployed to my team in an afternoon”

Open source and MIT licensed. I forked it, added a custom theme, and deployed it to my team in an afternoon. The codebase is clean and well-structured. Highly recommended for teams who want control.

DW
David W.
Engineering Manager · FinTech
Common questions

Frequently asked questions

Built on proven technology

No reinventing the wheel — Sammy stands on the shoulders of the best tools in the ecosystem.

Electron 41
Desktop shell
React 18
UI framework
Monaco Editor
Code editing
OpenAI SDK
AI provider
Anthropic SDK
AI provider
node-pty
Terminal
Webpack 5
Bundler
Open Source
MIT License
Simple pricing

Same tiers as Cursor. 10% less.

Sammy mirrors Cursor's plan structure so switching is frictionless — but every paid tier costs 10% less. Same power, lower bill.

Get started for free
Hobby
Free

Everything you need to explore Sammy with no commitment. No credit card required.

  • No credit card required
  • Limited Agent requests
  • Limited Tab completions
  • Monaco Editor
  • Integrated terminal
  • ×Frontier model access
  • ×Cloud agents
  • ×MCPs, skills & hooks
Download Free
Save $2/mo vs Cursor
For individual developers
Pro
$18
/ mo

Extended limits and full access to frontier models. Everything in Hobby, plus more.

  • Everything in Hobby
  • Extended limits on Agent
  • Access to frontier models
  • MCPs, skills & hooks
  • Cloud agents
  • ×3× usage multiplier
  • ×20× usage multiplier
  • ×Priority feature access
Most Popular
Save $6/mo vs Cursor
For daily power users
Pro+
$54
/ mo

Triple the usage on all top models. Recommended for developers who rely on AI every day.

  • Everything in Pro
  • 3× usage on OpenAI, Claude, Gemini
  • Access to frontier models
  • MCPs, skills & hooks
  • Cloud agents
  • Extended limits on Agent
  • ×20× usage multiplier
  • ×Priority feature access
Save $20/mo vs Cursor
For agent power users
Ultra
$180
/ mo

Maximum usage across every model. Built for heavy agent workloads.

  • Everything in Pro
  • 20× usage on OpenAI, Claude, Gemini
  • Access to frontier models
  • MCPs, skills & hooks
  • Cloud agents
  • Extended limits on Agent
  • Priority access to new features
  • 3× usage multiplier
Per Seat
Save $4/mo vs Cursor
For professional teams
Teams
$36
/ mo

Everything in Pro for every team member, with centralized billing and admin controls.

  • Everything in Pro
  • Centralized billing
  • Admin usage dashboard
  • Team-wide model access
  • Priority support
  • ×SSO / SAML
  • ×Custom data retention
  • ×Dedicated account manager
10% less than Cursor — always.

Cursor charges $20, $60, and $200/month for Pro, Pro+, and Ultra. Sammy charges $18, $54, and $180 — the same tier structure, the same frontier models, 10% off. Switch in minutes.

Sammy

Start coding with Sammy

Download and launch in under 2 minutes. Windows portable ZIP — no install required.

Windows x64 — Quick Start
$1. Download sammy-windows-x64.zip
$2. Extract the ZIP to any folder
$3. Double-click Sammy.exe to launch

No installer required. Portable — runs from any folder.

MIT License · Windows x64 · Linux & macOS source available

About Sammy

Sammy is an AI-powered desktop code editor built and owned by Pixelmind Ventures. Built on Electron, Monaco, and open AI APIs — no subscriptions, no lock-in.

pixelmindventures.com →
Sammy logoSammy™ — AI-Powered Code Editor

Built with Electron · React · Monaco · OpenAI · Anthropic · Private LLM

© 2026 Pixelmind Ventures. All rights reserved. Sammy™ is a trademark of Pixelmind Ventures. Cursor® is a registered trademark of Anysphere, Inc. Sammy is not affiliated with Anysphere, Inc.

Sammy
Sammy is 10% cheaper than Cursor — always.
Download Free

We use cookies for basic analytics and to remember your preferences. No personal data is sold or shared. See our Privacy Policy for details.