Go to file
Mazen Elkashef d840b89e62
Merge pull request #20856 from DeeDeeG/misc-python3-fixes
Miscellaneous python3-related updates and fixes
2020-07-10 14:01:20 -05:00
.github 🔥 Use organization level templates 2019-06-13 14:31:17 -07:00
apm ⬆️ apm 2020-05-06 14:13:33 -04:00
benchmarks Reformat all JS files using prettier 2019-05-31 18:33:56 +02:00
docs fix typos 2020-06-25 21:32:30 -04:00
dot-atom Add .atom-socket-secret-* to .atom's .gitignore 2019-05-14 18:12:41 -04:00
exports Reformat all JS files using prettier 2019-05-31 18:33:56 +02: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 Add async and await keywords to Rust highlighter 2020-06-10 09:04:13 -06:00
resources Merge pull request #20856 from DeeDeeG/misc-python3-fixes 2020-07-10 14:01:20 -05:00
script Merge pull request #20856 from DeeDeeG/misc-python3-fixes 2020-07-10 14:01:20 -05:00
spec fix multi cursor correct setting 2020-06-11 11:13:32 -05:00
src fix typos 2020-06-25 21:32:30 -04:00
static use 4 as overlay z-index 2019-09-01 18:58:46 +10: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 ⬆️ language packages 2019-06-18 17:49:20 -07:00
.eslintrc.json Enable prettier eslint plugin 2019-05-31 18:32:28 +02:00
.gitattributes Optimize bash Windows, force LF line endings 2016-05-16 13:01:10 -07:00
.gitignore 🔥 .python-version 2020-05-30 16:32:17 -04:00
.prettierrc Enable prettier eslint plugin 2019-05-31 18:32:28 +02: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 Apply suggestions from code review 2019-06-14 09:21:07 -07:00
Dockerfile Update builds to include libsecret 2017-04-20 09:37:21 -07:00
LICENSE.md Update LICENSE.md 2020-01-01 11:07:33 +08:00
PULL_REQUEST_TEMPLATE.md Apply suggestions from code review 2019-06-14 09:21:07 -07:00
README.md node-gyp 5.x still accepts Python 2.6 2020-07-10 11:58:17 -04:00
SUPPORT.md Change HTTP Links to HTTPS in SUPPORT.md 2017-11-13 13:13:28 -08: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 Merge pull request #21039 from atom/prebuild-install-5.3.5 2020-07-10 19:30:19 +01:00
package.json Merge pull request #21039 from atom/prebuild-install-5.3.5 2020-07-10 19:30:19 +01:00
stylelint.config.js Reformat all JS files using prettier 2019-05-31 18:33:56 +02:00

README.md

Atom

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 python3 gvfs-bin xdg-utils libcap2
    1. (If the python3 package isn't available, or is too old (Python 3 should be >= 3.5), either python2 or python (2.6 or 2.7) will work in its place.)
  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.