Atom is a hackable text editor for the 21st century, built on atom-shell, 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.
Download the latest Atom release.
Atom will automatically update when a new release is available.
Install the Atom chocolatey package.
- Install chocolatey.
- Close and reopen your command prompt or PowerShell window.
- Run
cinst Atom
- In the future run
cup Atom
to upgrade to the latest release.
You can also download a .zip
file from the releases page.
The Windows version does not currently automatically update so you will need to
manually upgrade to future releases by re-downloading the .zip
file.
Currently only a 64-bit version is available.
- Download
atom-amd64.deb
from the Atom releases page. - Run
sudo dpkg --install atom-amd64.deb
on the downloaded package. - Launch Atom using the installed
atom
command.
The Linux version does not currently automatically update so you will need to repeat these steps to upgrade to future releases.
Check out the guides and the API reference.