Go to file
Jason Rudolph a7ad7478b7
📝 Vary PR template based type of change
2018-09-17 11:27:25 -04:00
.github 📝 Vary PR template based type of change 2018-09-17 11:27:25 -04:00
apm ⬆️ apm 2018-09-07 08:44:42 -04:00
benchmarks Make assignLanguageMode take a language id instead of a language name 2017-11-28 11:14:29 -08:00
docs Merge pull request #17861 from atom/near-term-roadmap-update 2018-08-14 14:13:58 -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 Merge pull request #16342 from davidrsfalcao/master 2018-07-26 09:34:13 +10:00
menus Add `Paste without reformatting` command 2017-10-23 17:14:41 -06:00
packages Merge pull request #18016 from atom/sm/auto-complete 2018-09-12 15:05:49 +09:00
resources Merge remote-tracking branch 'origin/master' into patch-1 2018-09-06 07:10:51 -07:00
script Turn RELEASES file support back on for Windows x86 builds 2018-09-14 23:02:20 -07:00
spec fix leaked state in tests. 2018-09-13 16:24:46 -07:00
src Catch exceptions for bad package.json when looking for Atom repo in pwd 2018-09-15 06:30:49 -07:00
static Disallow OS text selection in atom buffers. 2018-09-06 15:50:43 -07:00
vendor Teach waitsFor to display filename + line number on timeout 2018-05-17 13:26:17 -04: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 Pick up CI from the environment 2018-08-08 10:47:31 -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 Update license year 2018-01-01 00:52:24 +01:00
PULL_REQUEST_TEMPLATE.md 📝 Vary PR template based type of change 2018-09-17 11:27:25 -04:00
README.md Updated status badge 2018-08-31 15:38:12 -04:00
SUPPORT.md Change HTTP Links to HTTPS in SUPPORT.md 2017-11-13 13:13:28 -08:00
appveyor.yml Pick up CI from the environment 2018-08-08 10:47:31 -04:00
atom.sh Use correct executable name for Atom Dev.app in atom.sh 2018-07-19 10:53:43 -07:00
coffeelint.json 🔥 Remove newlines_after_classes rule 2015-05-22 20:08:29 -04:00
package-lock.json ⬆️ tree-sitter 2018-09-14 13:53:58 -07:00
package.json ⬆️ tree-sitter 2018-09-14 13:53:58 -07:00
stylelint.config.js Fix lint error 2018-04-24 14:46:54 +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.

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.