Sublime Text
Fast, lightweight code editor with powerful shortcuts
Install with Homebrew
brew install --cask sublime-textQuick Take: Sublime Text
In August 2026, Sublime Text 4 is still the fastest mainstream Mac GUI editor for many typists: $99 personal, Apple Silicon native, stable 4200 with 4205 on the dev channel. It will not out-AI VS Code, and the stable train is leisurely. For people who live in a text editor all day, the latency edge still decides the install.
Best For
- •Developers who feel VS Code input lag
- •Writers and programmers who want a paid forever-style personal licence
- •Users pairing with Sublime Merge for Git
What is Sublime Text?
Sublime Text 4 is Sublime HQ's native text editor for code and prose, known for very low typing latency. In August 2026 the public stable Mac build remains 4200 (21 May 2025), while licensed-user dev builds reach 4205 (23 April 2026) with a Python plugin host path toward 3.14, faster git status/save work, and an open_terminal command. It is not discontinued; development continues, though the stable channel is quieter than VS Code's weekly train. Licensing: Personal $99 USD one-time with 3 years of updates (same model as Merge). After three years you keep covered builds forever or buy an upgrade. Business seats use a tiered annual subscription starting at $65/seat/year for the first 10 seats, then $60 / $55 / $50 at higher bands. Free evaluation has no enforced time limit. Universal binaries cover Apple Silicon and Intel; docs list macOS 10.13+ for current builds. People still install it on Tahoe for instant startup, multi-caret editing, GPU rendering on Mac, Project/Goto Anything, and a mature Package Control plus LSP stack. Rivals include VS Code (extensions/AI), Zed (collaborative speed), Neovim, and JetBrains IDEs. Sublime wins when editor latency is non-negotiable and you accept a quieter plugin/AI scene. Package Control and LSP close many IDE gaps without turning the editor into a memory-heavy workspace. Licensed users on the dev channel (4205) get earlier plugin-host and git-status work while stable stays on 4200.
Background: Why Sublime Text still matters beside AI editors
A 15-year-old proprietary editor still competes with open-source giants and AI-native newcomers by staying fast and small.
History & Background
Jon Skinner, a former Google engineer, first released Sublime Text in 2008. Sublime Text 2 (2011) popularized the Command Palette and multiple cursors. Sublime Text 3 (2013-2017) locked in a reputation for speed. Sublime Text 4 (2021) brought a modern rendering engine, GPU acceleration, and improved plugin APIs. The team stayed tiny (about 2-3 people) and favored speed and stability over feature sprawl.
How It Works
The core is C++ with a custom cross-platform UI toolkit, not GTK, Qt, or Electron. Text rendering uses platform APIs (Core Text on macOS) with optional GPU acceleration. Plugins run in an embedded Python interpreter with a documented API. The core stays as fast as a compiled native app while extensions remain writable in Python, a split Electron-based editors cannot fully match for raw keystroke latency.
Ecosystem & Integrations
Will Bond's Package Control (2012) hosts over 5,000 packages. By 2026, LSP packages deliver strong language support for Python, TypeScript, Rust, Go, C++, and more. Themes are plentiful. Sublime Merge, a separate Sublime HQ product, pairs cleanly for Git GUI work.
Future Development
Sublime HQ does not publish a public roadmap. Recent builds improved TypeScript/JSX support, LSP integration, and newer macOS compatibility. The stated philosophy is keep the core lean, protect the speed advantage, and leave feature growth to plugins. There is no sign of first-party Copilot-style AI in core; that stays with community packages.
Key Features
Goto Anything (Cmd+P)
Press Cmd+P and type. Sublime fuzzy-matches files, symbols, and line numbers across the project. `main.py:42` jumps to line 42; `@render` jumps to a function named render; `#TODO` finds TODO comments. Matching stays fast even in projects with tens of thousands of files because the file list comes from the filesystem, not a language-server index.
Multiple Cursors and Multi-Select
Hold Cmd and click to place extra carets. Select a word and press Cmd+D for the next match, or Cmd+Ctrl+G for all matches, then type once across every caret. Sublime popularized this multi-select style; other editors copied it, and Sublime's version still feels snappy for repetitive edits without writing a regex.
Command Palette (Cmd+Shift+P)
Cmd+Shift+P opens a fuzzy-searchable command palette for syntax changes, sorting lines, case conversion, package installs, and settings toggles. You type a few letters instead of hunting menus. VS Code, Atom, and most modern editors adopted the same pattern after Sublime proved it.
Performance on Large Files
Open a multi-gigabyte log in VS Code and it often struggles. Sublime's C++ rendering engine scrolls large files by painting the visible region first and processing the rest lazily. If you live in database dumps, verbose logs, or huge data files, that behavior is why Sublime stays installed beside heavier IDEs.
Package Control Ecosystem
Package Control hosts thousands of community packages. LSP brings autocomplete, go-to-definition, and diagnostics for languages with a language server. Common picks include Emmet, SublimeLinter, GitSavvy, and Terminus. Plugins are written in Python, so custom extensions are approachable.
Distraction-Free and Focus Modes
Normal mode keeps sidebar and tabs; distraction-free is full-screen editor only; splits support up to 4 panes. Build 4200 added `sidebar_on_right` so the sidebar can sit on the right. Distraction-free mode is useful when you want prose or code without a chat sidebar or source-control chrome competing for focus.
Native Zsh and TOML Support
Build 4200 added native highlighting for Zsh and TOML, and reworked SQL, ActionScript, Diff, Bash, and Graphviz syntaxes. The syntax engine improved backtracking, cut memory use, and sped up cache compression. Cargo.toml, pyproject.toml, and shell work benefit without extra packages.
Plugin Host Modernisation (4200 → 4205)
Build 4200 introduced disable_plugin_host_3.3 and a path away from Python 3.3 plugins. Dev Build 4205 (April 2026) for licensed users moves the plugin runtime toward Python 3.14 and improves git status and multi-file save performance, which matters if you maintain Package Control plugins on Apple Silicon.
Who Should Use Sublime Text?
1The Script Writer
A DevOps engineer edits bash, Python utilities, and Terraform without needing a full IDE. Sublime opens in under a second, they make a precise multi-caret change, save, switch to the terminal, and run the script. The loop stays measured in seconds rather than waiting on a heavyweight workspace.
2The Large File Handler
A data engineer opens CSV exports and multi-hundred-megabyte logs. Other editors refuse or become unusable. Sublime opens the file, supports Ctrl+F search, Goto Line jumps, and light edits, which is why it remains the GUI they trust for production log work.
3The Multi-Editor Developer
A frontend developer lives in VS Code for TypeScript day-to-day, but opens Sublime for quick config edits, markdown, or one-off folders that are not worth wiring into a VS Code workspace. Both stay installed; each covers a different speed/feature trade-off.
How to Install Sublime Text on Mac
Sublime Text is available as a Homebrew cask and as a direct download. The download includes a perpetual free evaluation; a licence is required for continued use after you decide to keep it.
Install via Homebrew
Run brew install --cask sublime-text. This installs the latest stable version (Sublime Text 4 Build 4200 as of May 2025).
Install Package Control
Open the Command Palette (Cmd+Shift+P) and type 'Install Package Control.' This adds the community package manager, which is essential for extending Sublime Text with plugins.
Install Essential Packages
Open Command Palette > 'Package Control: Install Package.' Search for and install: LSP (language server support), A File Icon (better sidebar icons), and your preferred theme (Dracula, One Dark, Catppuccin).
Open a Project
Drag a folder onto the Sublime Text icon, or use subl . from the terminal to open the current directory as a project. The sidebar shows the file tree; Cmd+P navigates between files.
Pro Tips
- • Enable the
sublcommand-line tool: it's installed automatically with the Homebrew cask. Usesubl filenameto open files from the terminal. - • Set Sublime Text as your EDITOR environment variable for git commit messages:
export EDITOR='subl -w'in your .zshrc. - • Install the LSP package + LSP-pyright (Python), LSP-typescript, or LSP-clangd to get VS Code-quality autocomplete without the VS Code overhead.
Configuration Tips
Enable GPU Rendering
In Preferences > Settings, add "hardware_acceleration": "opengl" to enable GPU-accelerated rendering on macOS. This improves scrolling smoothness on high-DPI displays and eliminates micro-stutters during fast cursor movement, especially on ProMotion 120Hz screens.
Set Up LSP for IDE-Like Features
Install the LSP package via Package Control, then install language-specific servers: LSP-pyright (Python), LSP-typescript (TypeScript/JavaScript), LSP-clangd (C/C++), LSP-json, LSP-yaml. This gives you autocomplete, hover documentation, go-to-definition, and diagnostics, the same features powered by the same language servers VS Code uses, but in Sublime's faster shell.
Keep projects lean for Goto Anything
Save a .sublime-project and exclude node_modules, build outputs, and vendor trees from the sidebar and index. Goto Anything and project-wide search stay fast when the file list matches the code you actually edit. Pair that with subl from the terminal so opening a repo is one command, not a Finder hunt.
Alternatives to Sublime Text
August 2026 Mac editor debates put Sublime Text against VS Code, Zed, Neovim, and JetBrains. Sublime remains the latency king; VS Code remains the ecosystem king.
Visual Studio Code
Free, extension/AI centre of gravity. Choose VS Code for Copilot-style workflows; Sublime for raw editor speed.
Zed
Modern GPU-accelerated collaborative editor. Strong 2026 momentum; Sublime still feels more mature in package depth for some stacks.
Neovim
Terminal-first modal editing. Sublime is the GUI escape hatch when you want similar speed without living in tmux.
JetBrains IDEs
Full IDE intelligence and refactorings. Heavier; Sublime stays a text editor on purpose.
Pricing
August 2026 (sublimehq.com/store/text): Personal licence $99 USD with 3 years of updates; licences do not expire for builds inside the window. Business annual subscription: $65/seat/year for seats 1-10, $60 for 11-25, $55 for 26-50, $50 thereafter. Optional Sublime Merge bundle. Free evaluation without enforced time limit. Sold directly by Sublime HQ (not Mac App Store).
Pros
- ✓Industry-leading startup and typing latency on macOS.
- ✓Personal $99 licence with 3-year updates, no mandatory SaaS seat for individuals.
- ✓Native Universal Binary with GPU rendering on Mac.
- ✓Goto Anything, multi-caret, and project-based workflows remain best-in-class.
- ✓Package Control + LSP cover most languages without IDE weight.
- ✓Dev channel (4205) shows continued 2026 engineering on plugin hosts and git status.
- ✓Cross-platform licences cover Mac, Windows, and Linux for one user.
- ✓Pairs cleanly with Sublime Merge for Git.
- ✓Works offline without account telemetry requirements.
Cons
- ✗Stable 4200 dates to May 2025, slower public cadence than VS Code.
- ✗AI coding assistants are bring-your-own via plugins, not a first-party Copilot rival.
- ✗Some popular packages age without maintainers.
- ✗Business pricing is subscription-based unlike personal keys.
- ✗Learning curve for power features versus VS Code’s GUI defaults.
- ✗No Mac App Store presence.
- ✗Python plugin host migration requires package authors to keep up.
Community & Support
Sublime Text has a long-running community. The official forum (forum.sublimetext.com) is active and moderated by the team. Package Control lists over 5,000 packages at packagecontrol.io. Discord and r/SublimeText are smaller than VS Code communities but focused. Official docs cover settings and the plugin API thoroughly. Sublime HQ in Sydney is a small team (a few developers) that has maintained the editor for over 15 years.
Frequently Asked Questions about Sublime Text
About the Author
Expert Tips for Sublime Text
Forum threads asking ‘is Sublime dead in 2026?’ usually resolve to: stable is quiet, but 4205 on the dev channel proves engineering continues, patience required if you only run stable.
Package authors should watch the Python 3.3 sunset path announced around 4200 before pinning ancient plugins on new Macs.
Related Technologies & Concepts
Related Topics
Sources & References
Fact-CheckedLast verified: Aug 9, 2026
Key Verified Facts
- Personal Sublime Text licences cost $99 with 3 years of updates; business seats start at $65/seat/year.[cite-1, cite-2]
- Stable Build 4200 released 21 May 2025; docs and download page list it as current stable.[cite-3, cite-4]
- Dev Build 4205 (23 Apr 2026) upgrades the plugin Python host toward 3.14 and improves git status performance.[cite-5]
- Sublime Text 4 provides Universal binaries with native Apple Silicon support.[cite-4, cite-6]
- 1Buy Sublime Text
Accessed Aug 9, 2026
"Personal $99; business tiered $65/$60/$55/$50 per seat/year; Merge bundle."
- 2Sublime Sales FAQ
Accessed Aug 9, 2026
"Three-year update window; licences do not expire for covered builds."
- 3
- 4Sublime Text 4 announcement
Accessed Aug 9, 2026
"Apple Silicon universal binaries and licence model change to 3-year updates."
- 5Sublime Text Dev Builds
Accessed Aug 9, 2026
"Build 4205 (23 Apr 2026) Python 3.14 plugin host and performance notes."
- 6OS Compatibility docs
Accessed Aug 9, 2026
"Mac Universal 2 binary supporting Intel and Apple Silicon."
- 7
- 8New ST version planned for 2026?, Sublime Forum
Accessed Aug 9, 2026
"Community thread noting stable 4200 and licensed-only Dev Build 4205 activity in 2026."
- 9Git GUI / editor landscape 2026 context
Accessed Aug 9, 2026
"2026 tooling roundup illustrating the competitive editor/Git client landscape Sublime sits beside."
Research queries: Sublime Text Build 4200 4205 2026; Sublime Text pricing $99; Sublime Text vs VS Code Zed 2026