Go to file
Jason Rudolph 0ab0e6595d
Merge pull request #19346 from atom/dw-fix-draft-automation
Re-enable draft release automation for builds on release branches
2019-05-21 14:27:38 -04:00
.github Add "Release Notes" section to PR templates 2018-10-29 10:03:46 -07:00
apm Update package locks 2019-05-20 12:30:35 -04:00
benchmarks Fix lint error 2019-05-13 17:48:11 +02: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 Add .atom-socket-secret-* to .atom's .gitignore 2019-05-14 18:12:41 -04: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 Merge pull request #19074 from rafeca/upgrade-underscore-plus 2019-04-27 19:13:00 +02:00
resources Do not use arguments as variable name 2019-05-13 17:48:11 +02:00
script Merge pull request #19346 from atom/dw-fix-draft-automation 2019-05-21 14:27:38 -04:00
spec Revert "Merge pull request #18916 from atom/electron-3.1" 2019-05-20 16:32:09 -06:00
src Merge pull request #18116 from atom/dw-update-server-script 2019-05-21 12:38:38 -04:00
static Remove cached-run-in-this-context dependency 2019-05-13 16:21:09 +02: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
.eslintignore Change the linter to be eslint 2019-05-13 17:48:11 +02:00
.eslintrc.json Add prettier 2019-05-13 17:48:11 +02:00
.gitattributes Optimize bash Windows, force LF line endings 2016-05-16 13:01:10 -07:00
.gitignore Change the linter to be eslint 2019-05-13 17:48:11 +02:00
.prettierrc Add prettier 2019-05-13 17:48:11 +02:00
.python-version Revert "⬆️ python@2.7.14" 2017-09-28 13:53:56 +02:00
.travis.yml Remove sudo settings from .travis.yml 2019-04-25 09:57:09 +09: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 Remove use of JUnit XML output on AppVeyor 2019-04-30 13:43:44 -04:00
atom.sh Calculate env vars when launching Atom from the desktop 2019-04-11 17:11:07 +02:00
coffeelint.json 🔥 Remove newlines_after_classes rule 2015-05-22 20:08:29 -04:00
package-lock.json ⬆️ language-c 2019-05-17 20:09:52 +02:00
package.json Revert "Merge pull request #18916 from atom/electron-3.1" 2019-05-20 16:32:09 -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.