Go to file
Nathan Sobo 5ac126e01b Add the ability to retry flaky tests to Jasmine 1.3 specs 2019-04-10 14:07:51 -06:00
.github Add "Release Notes" section to PR templates 2018-10-29 10:03:46 -07:00
apm Revert "Revert "Upgrade apm/package-lock.json"" 2019-04-05 15:31:45 -06:00
benchmarks Make assignLanguageMode take a language id instead of a language name 2017-11-28 11:14:29 -08:00
docs removes focus folder since regular iteration issues are a better representation of what is being worked on. 2019-03-13 13:17:51 -04:00
dot-atom Fixed links in keymap.cson 2017-08-07 09:46:34 +03:00
exports Replace import and export keywords with `require` and `module.exports` 2018-01-19 09:43:55 +01:00
keymaps Move syntax-aware-selection key bindings to base keymap 2018-10-24 10:36:58 -07:00
menus Merge pull request #14330 from sindresorhus/quit-menu 2018-10-15 10:36:02 -07:00
packages Remove uneeded methods from async-spec-helpers modules 2019-03-01 12:05:21 +01:00
resources Port changes to atom.cmd to show conflicting option error on win32 2019-03-27 08:35:31 -04:00
script Exclude superstring from any dependency path 2019-04-08 13:49:09 -04:00
spec Revert "Merge pull request #19060 from atom/mb-tree-sitter-0-14" 2019-04-08 10:08:02 -07:00
src Revert "Merge pull request #19060 from atom/mb-tree-sitter-0-14" 2019-04-08 10:08:02 -07:00
static Revert "Merge #18603 from atom/electron-3-0" 2019-02-25 13:41:59 -05:00
vendor Add the ability to retry flaky tests to Jasmine 1.3 specs 2019-04-10 14:07:51 -06:00
.coffeelintignore Remove mentions of benchmarks from the build, command palette 2015-09-18 20:48:50 -06:00
.gitattributes Optimize bash Windows, force LF line endings 2016-05-16 13:01:10 -07:00
.gitignore Rename cachePath to electronDownloadPath 2016-08-11 12:18:33 +02:00
.python-version Revert "⬆️ python@2.7.14" 2017-09-28 13:53:56 +02:00
.travis.yml Teach linting to fail fast on Travis CI 2019-04-02 19:43:44 -04:00
CHANGELOG.md 🔥 CHANGELOG.md 2016-01-11 12:17:08 -05:00
CODE_OF_CONDUCT.md Docs: Update HTTP -> HTTPS 2017-12-25 22:55:44 -08:00
CONTRIBUTING.md 📝 Vary PR template based type of change 2018-09-17 11:27:25 -04:00
Dockerfile Update builds to include libsecret 2017-04-20 09:37:21 -07:00
ISSUE_TEMPLATE.md Docs: Update HTTP -> HTTPS 2017-12-25 22:55:44 -08:00
LICENSE.md Updated license year 2019-03-05 22:30:36 +05:30
PULL_REQUEST_TEMPLATE.md 📝 Vary PR template based type of change 2018-09-17 11:27:25 -04:00
README.md Merge pull request #18712 from SConaway/patch-1 2019-03-05 13:25:57 -08:00
SUPPORT.md Change HTTP Links to HTTPS in SUPPORT.md 2017-11-13 13:13:28 -08:00
appveyor.yml Set ATOM_JASMINE_REPORTER to "list" on our CI builds 2019-02-05 10:29:09 -05:00
atom.sh Preserve Atom's exit code in atom.sh 2019-03-28 09:59:13 -04:00
coffeelint.json 🔥 Remove newlines_after_classes rule 2015-05-22 20:08:29 -04:00
package-lock.json ⬆️ settings-view@0.261.1 2019-04-08 13:51:44 -06:00
package.json ⬆️ settings-view@0.261.1 2019-04-08 13:51:44 -06:00
stylelint.config.js Fix and relax some lint rules 2018-11-28 13:21:50 +09:00

README.md

Atom

Build status Linux Build Status Windows 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.

Atom

Atom Screenshot

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. You can find the source to the manual in atom/flight-manual.atom.io.

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

Installing

Prerequisites

macOS

Download the latest Atom release.

Atom will automatically update when a new release is available.

Windows

Download the latest Atom installer. AtomSetup.exe is 32-bit. For 64-bit systems, download AtomSetup-x64.exe.

Atom will automatically update when a new release is available.

You can also download atom-windows.zip (32-bit) or atom-x64-windows.zip (64-bit) from the releases page. The .zip version will not automatically update.

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

Linux

Atom is only available for 64-bit Linux systems.

Configure your distribution's package manager to install and update Atom by following the Linux installation instructions in the Flight Manual. You will also find instructions on how to install Atom's official Linux packages without using a package repository, though you will not get automatic updates after installing Atom this way.

Archive extraction

An archive is available for people who don't want to install atom as root.

This version enables you to install multiple Atom versions in parallel. It has been built on Ubuntu 64-bit, but should be compatible with other Linux distributions.

  1. Install dependencies (on Ubuntu): sudo apt install git gconf2 gconf-service libgtk2.0-0 libudev1 libgcrypt20 libnotify4 libxtst6 libnss3 python gvfs-bin xdg-utils libcap2
  2. Download atom-amd64.tar.gz from the Atom releases page.
  3. Run tar xf atom-amd64.tar.gz in the directory where you want to extract the Atom folder.
  4. Launch Atom using the installed atom command from the newly extracted directory.

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

Building

Discussion

License

MIT

When using the Atom or other GitHub logos, be sure to follow the GitHub logo guidelines.