Skip to content
The hackable text editor
CoffeeScript JavaScript CSS Other
Find file
Latest commit 64308bb @BinaryMuse BinaryMuse Revert "Revert "Allow pasting white space when `autoIndentOnPaste` is…
… enabled""

This reverts commit 5c03894.
Failed to load latest commit information.
apm :arrow_up: apm
build Don't refer to stable and beta as branches
docs :memo: change atom build directory to current one [ci skip]
dot-atom Reorder ignored items for .atom
exports Merge branch 'master' into dh-async-repo
keymaps Add activatePreviousRecentlyUsedItem to pane model and add specs.
menus remove Open Roadmap menu item, fixes #10884
resources More reliable to just call atom.cmd for Cygwin
script Avoid 260-character path limits on Windows in script\clean
spec Revert "Revert "Add spec for inserting white-space-only lines""
src Revert "Revert "Allow pasting white space when `autoIndentOnPaste` is…
static Merge branch 'master' into wl-electron-35
vendor Allow elements to be passed to toContain matcher
.coffeelintignore Remove mentions of benchmarks from the build, command palette
.gitattributes Add paths that work on Git 1.7
.gitignore add out/ to gitignore
.npmrc Try just setting the target?
.pairs Add Daniel to pairs file
.python-version use nodejs v0.10.33 and python 2.7.6
.travis.yml Cache other node_modules folders on Travis
CHANGELOG.md :fire: CHANGELOG.md
CODE_OF_CONDUCT.md add CODE_OF_CONDUCT.md with atom@github.com email address
CONTRIBUTING.md Remove unused Core Team Project Management labels
Dockerfile Only log install errors
ISSUE_TEMPLATE.md Add 'behavior' to make the fields clearer
LICENSE.md Update license year to 2016
README.md :memo: Document installation prerequisites in Readme
appveyor.yml Add name for artifact
atom.sh Make cli atom --wait work on Cygwin
circle.yml build only my experimental branch on circle
coffeelint.json :fire: Remove newlines_after_classes rule
package.json :arrow_up: settings-view

README.md

Atom

Build Status Build status Dependency Status Join the Atom Community on Slack

Atom is a hackable text editor for the 21st century, built on Electron, and based on everything we love about our favorite editors. We designed it to be deeply customizable, but still approachable using the default configuration.

Visit atom.io to learn more or visit the Atom forum.

Follow @AtomEditor on Twitter for important announcements.

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to atom@github.com.

Documentation

If you want to read about using Atom or developing packages in Atom, the Atom Flight Manual is free and available online, along with ePub, PDF and mobi versions. You can find the source to the manual in atom/docs.

The API reference for developing packages is also documented on Atom.io.

Installing

Prerequisites

OS X

Download the latest Atom release.

Atom will automatically update when a new release is available.

Windows

Download the latest AtomSetup.exe installer.

Atom will automatically update when a new release is available.

You can also download an atom-windows.zip file from the releases page. The .zip version will not automatically update.

Using chocolatey? Run cinst Atom to install the latest version of Atom.

Debian Linux (Ubuntu)

Currently only a 64-bit version is available.

  1. Download atom-amd64.deb from the Atom releases page.
  2. Run sudo dpkg --install atom-amd64.deb on the downloaded package.
  3. Launch Atom using the installed atom command.

The Linux version does not currently automatically update so you will need to repeat these steps to upgrade to future releases.

Red Hat Linux (Fedora 21 and under, CentOS, Red Hat)

Currently only a 64-bit version is available.

  1. Download atom.x86_64.rpm from the Atom releases page.
  2. Run sudo yum localinstall atom.x86_64.rpm on the downloaded package.
  3. Launch Atom using the installed atom command.

The Linux version does not currently automatically update so you will need to repeat these steps to upgrade to future releases.

Fedora 22+

Currently only a 64-bit version is available.

  1. Download atom.x86_64.rpm from the Atom releases page.
  2. Run sudo dnf install ./atom.x86_64.rpm on the downloaded package.
  3. Launch Atom using the installed atom command.

The Linux version does not currently automatically update so you will need to repeat these steps to upgrade to future releases.

Building

Something went wrong with that request. Please try again.