GitHub's Atom text editor will be retired in December

Ashwin
Jun 9, 2022
Software
|
12

GitHub has announced that it is sunsetting its text editor, Atom. The application, which debuted in 2011, will be retired on December 15, 2022.

GitHub's Atom text editor will be retired in December
Atom emerged as a promising tool for code developers, and laid the foundation for the Electron framework (formerly Atom Shell). Microsoft attributes the rise of Visual Studio Code to it.

The text editor was popular amongst the developer community for its customizable interface and functionality, as well as its built-in support for Git and GitHub.

Why is Atom being shut down?

The announcement article that was published on GitHub's blog says that Atom's development had stagnated over the years, without new features being added to it. The open source project received maintenance and security updates over the years, but claims that the community's involvement in Atom declined as new cloud-based tools emerged. The company wants to focus its efforts on improving its own cloud-based solution for developers, GitHub Codespaces. That is the official reason given by GitHub as to why Atom text editor is being discontinued.

But, there are other factors that may have affected it. 4 years ago, Microsoft acquired GitHub, and the latter's CEO had promised that Atom will co-exist with Microsoft Visual Studio Code. Well, that clearly isn't what has happened. Is this a surprise, though? Why would Microsoft want competition between its products? One could argue that Atom was superseded (read phased out) by VS Code, which carries the Microsoft branding.

Can I still download Atom?

Yes, you can download the cross-platform text editor for Windows, macOS and Linux, from the official website, Atom.io or the project's GitHub page. The Atom repository is still active, but will be archived along with other repositories related to it on December 15, 2022. Both the GitHub page and Atom's official website are displaying a banner to inform users that the program is being retired. You should export your projects to a different editor to ensure your work is not affected.

Atom editor alternatives

Since it is an open source program, there is a good chance that Atom could be forked by other developers. But you don't have to wait for one to pop up, there are plenty of free alternatives for Atom that you may choose from, the most obvious one is VS Code, which is actually quite impressive. Other notable text editors for programmers are Sublime Text, Notepad++, Vim, Emacs, Kate, to name a few. VSCodium is worth a shoutout, it is not a fork of VS Code, instead it provides binary releases of VS Code  without Microsoft's telemetry, branding and licensing. The developers who created Atom are working on their own code editor called Zed, so you may want to keep an eye on that.

Atom editor's problem wasn't just the lack of development. Its performance was sub par compared to rival code editors, which is the primary reason why users shifted to other tools. Electron is often criticized by users for being a resource hog, so Atom suffered from the same issues. Why would anyone use it when lightweight options are readily available?

Did you use Atom?

Summary
GitHub's Atom text editor will be retired in December
Article Name
GitHub's Atom text editor will be retired in December
Description
The Atom text editor is being sunsetted by GitHub. The open source program will be retired in December 2022.
Author
Publisher
Ghacks Technology News
Logo
Advertisement

Tutorials & Tips


Previous Post: «
Next Post: «

Comments

  1. Stas said on December 11, 2023 at 10:57 am
    Reply

    My preferred text editor is Codelobster – https://codelobster.com

  2. ryuk said on June 12, 2022 at 12:30 pm
    Reply

    Here’s an interesting announcement on HackerNews:

    “Founder of Atom here. We’re building the spiritual successor to Atom over at https://zed.dev.
    We learned a lot with Atom and had a great time, but it always fell short of our vision. With Zed we’re going to get it right. Written in Rust, custom native UI framework, engineered to be collaborative. Just starting our private alpha this week, so the timing of this announcement feels quite fitting.

    Here’s a talk I gave last month: https://youtu.be/wXT73bBr83s

    https://news.ycombinator.com/item?id=31669615

    Ditching Electron and choosing Rust was a move in the right direction indeed.

    1. Anonymous said on June 16, 2022 at 3:54 am
      Reply

      Most people use VSCode because they have many extensions. I doubt people will move to the newly created Atom successor which coded in different language.

  3. Nokturna Hekate said on June 11, 2022 at 4:24 am
    Reply

    And Emacs soldiers on.

  4. motang said on June 11, 2022 at 1:11 am
    Reply

    Good think I never really fully invest my time into it.

  5. Pedro said on June 10, 2022 at 10:50 am
    Reply

    It might be a bit bloated but I use it and got used to it, so I’m sad it’s getting sunsetted.

  6. Anonymous said on June 9, 2022 at 6:03 pm
    Reply

    Much as Visual Studio Code, I never used this bloated piece of garbage. Notepad++ only way to go.

  7. thebrowser said on June 9, 2022 at 5:44 pm
    Reply

    I’ll continue to use Atom if only for it’s excellent markdown support. But I must admit that VSCodium has given me a much better experience in almost every aspect. Lite-xl is also a great alternative, it’s seeing a lot of activity lately and development is promising.

  8. olbaze said on June 9, 2022 at 3:29 pm
    Reply

    Well this sucks. Just this year, I took the plunge and transitioned from using PyCharm and TeXstudio for Python/LaTeX, to using just Atom.

  9. ECJ said on June 9, 2022 at 2:11 pm
    Reply

    Yeah, there are plenty of alternatives, I use three different text editors.

    For rich text:
    LibreOffice Writer or Microsoft Word

    For plain text code and PowerShell:
    Visual Studio Code, with the PowerShell extension

    For plain text (*.txt) notes:
    Notepad++, with the DSpellCheck plugin, which can use the ‘Native (Windows)’ spell check library

    1. Haibin Lee said on November 23, 2022 at 3:18 am
      Reply

      To be honestly, VsCode is much worse than Atom.

      For example, when you right click on a single file, there is no “Create New File…” in vscode but atom do. Why can’t I create a new file along with the file that I click at?

    2. Anonymous said on June 10, 2022 at 3:10 am
      Reply

      You don’t need VSCode for plaint text code and PowerShell, Notepad++ already supported code autocomplete and coloring.

      But if you need WSL/Terminal integration, VSCode is really good at it.

Leave a Reply

Check the box to consent to your data being stored in line with the guidelines set out in our privacy policy

We love comments and welcome thoughtful and civilized discussion. Rudeness and personal attacks will not be tolerated. Please stay on-topic.
Please note that your comment may not appear immediately after you post it.