JavaScript CoffeeScript Other
Switch branches/tags
View #10663
#10663 Compare This branch is 1 commit ahead, 6717 commits behind master.
Permalink
Failed to load latest commit information.
apm â¬†ï¸ apm@1.6.0 Jan 5, 2016
build Default build dir to out/ Feb 2, 2016
docs
dot-atom Reorder ignored items for .atom Dec 21, 2015
exports Merge branch 'master' into dh-async-repo Nov 30, 2015
keymaps Fix F11 keymaps Jan 9, 2016
menus Merge pull request #10256 from leo/master Jan 14, 2016
resources Re-enable console.log via ELECTRON_ENABLE_LOGGING Nov 18, 2015
script Add out/ to clean list Feb 2, 2016
spec Merge branch 'beta' Feb 2, 2016
src Add Workspace.setActivePaneItem API Feb 2, 2016
static Display block for generic atom-panels Feb 1, 2016
vendor Allow elements to be passed to toContain matcher Sep 19, 2015
.coffeelintignore Remove mentions of benchmarks from the build, command palette Sep 19, 2015
.gitattributes Add paths that work on Git 1.7 Jun 11, 2014
.gitignore Use same ignore pattern as electron Feb 2, 2016
.npmrc
.pairs Add Daniel to pairs file Jun 26, 2014
.python-version
.travis.yml Cache ~/.atom/compile-cache Feb 2, 2016
CHANGELOG.md 🔥 CHANGELOG.md Jan 11, 2016
CODE_OF_CONDUCT.md add CODE_OF_CONDUCT.md with atom@github.com email address Dec 2, 2015
CONTRIBUTING.md remove links to Contributor Covenant CoC Dec 3, 2015
Dockerfile Only log install errors Mar 26, 2015
LICENSE.md Update license year to 2016 Jan 16, 2016
README.md 📠Document installation prerequisites in Readme Jan 26, 2016
appveyor.yml Only build pushes to master on Appveyor Feb 1, 2016
atom.sh Re-enable console.log via ELECTRON_ENABLE_LOGGING Nov 18, 2015
coffeelint.json 🔥 Remove newlines_after_classes rule May 23, 2015
package.json â¬†ï¸ status-bar@0.82.0 Feb 2, 2016

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