Перейти к файлу
Sergio Padrino 1c3bd35ce2
Merge pull request #25709 from atom/fix-snapshot-result-macos
Fix `File` -> `Open…` menu on macOS
2022-11-22 17:11:57 +01:00
.github 🔥 Use organization level templates 2019-06-13 14:31:17 -07:00
apm Fix npm ENOENT error in install-script-runner-dependencies 2022-02-26 16:26:23 -06:00
benchmarks Reformat all JS files using prettier 2019-05-31 18:33:56 +02:00
docs Update build-status.md (#22670) 2021-09-03 23:31:50 +03: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 Enable default editor keymaps for editors located outside atom-workspace 2021-05-21 19:29:24 +03:00
menus Fix typo 2022-05-15 19:19:49 +02:00
packages Merge branch 'sunsetting-announcement' into install-from-github 2022-11-09 19:24:42 +03:00
resources Add lsb_release file to "Recommends:" of rpm spec 2022-09-13 13:01:35 -04:00
script Use the new naming format for snapshots on macOS 2022-11-22 16:56:11 +01:00
spec Merge pull request #22687 from atom/electron-upgrade-11.4.7 2021-12-02 15:59:52 +03:00
src fix: Include `-v`/`--version` in the main usage message 2022-05-04 22:26:49 -04:00
static Add document.registerElement polyfill 2021-08-26 11:00:41 +03:00
vendor Remove deprecated code strings (#22952) 2021-09-20 18:52:48 +03: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 The script executables should be LF so they can be edited on Windows (#21426) 2021-01-29 21:56:12 +03:00
.gitignore test: add test for conditionally loaded .node files 2021-03-06 20:00:57 -06: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 📝 Update Contributing.md (#20707) 2021-01-19 06:34:39 +03:00
CONTRIBUTING.md (docs) Add FAQ link 2022-02-24 00:18:16 -06:00
Dockerfile Update Dockerfile (#20845) 2021-01-12 22:32:10 +03:00
LICENSE.md update copyright year in licence 2022-05-25 07:03:40 +00:00
PULL_REQUEST_TEMPLATE.md Apply suggestions from code review 2019-06-14 09:21:07 -07:00
README.md atom sunset 2022-06-08 16:02:25 +01:00
SUPPORT.md Update Discuss links to Github Discussions links 2021-09-02 22:25:19 +03:00
atom.sh Merge pull request #13414 from passeride/master 2021-09-03 12:49:17 +03:00
coffeelint.json 🔥 Remove newlines_after_classes rule 2015-05-22 20:08:29 -04:00
package-lock.json DEBUG 2022-11-04 16:49:48 +03:00
package.json 1.65.0-dev 2022-11-16 07:31:05 -07:00
stylelint.config.js Reformat all JS files using prettier 2019-05-31 18:33:56 +02:00

README.md

Atom

Build status

Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in our official announcement

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 libasound2 libcurl4 libgbm1 libgcrypt20 libgtk-3-0 libnotify4 libnss3 libglib2.0-bin xdg-utils libx11-xcb1 libxcb-dri3-0 libxss1 libxtst6 libxkbfile1
  1. Download atom-amd64.tar.gz from the Atom releases page.
  2. Run tar xf atom-amd64.tar.gz in the directory where you want to extract the Atom folder.
  3. 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.