Mar 17, 2017 Checked that there is not already an Atom package that provides the described functionality: Description. Atom not appearing on Start Menu on Windows 10 after first install. Atom.exe does not exist anywhere on my system. The program, however, can be uninstalled through the control panel. Steps to Reproduce.
- Installing new packages with Atom is a bit easier than with other editors like Sublime Text. Simply type cmd +, (on a Mac) or ctrl +, (on a PC) to bring up the Settings View, click on the Install tab, and type the package name you want to install into the Search packages input.
- Atom.io Atom is a free and open-source 7 8 text and source code editor for macOS, Linux, and Microsoft Windows 6 with support for plug-ins written in Node.js, and embedded Git Control.
Atom on Windows
January 18, 2017
Last year I joined the Atom team with the goal of making Atom a better experience on Windows and thought it would be worth highlighting some of our work so far as well as a few of the things new in Atom 1.14 (currently in beta).
If you haven't tried Atom on Windows in a while or were just plain heads-down on your projects here's some Windows-specific improvements you may have missed.
64-bit
In 1.14 two architectures of Atom are now available for Windows. The existing 32-bit (ia32/x86) version and the shiny new 64-bit (amd64/x64) version.
The new version leaves the 32-bit resource limits behind and can take advantage of faster 64-bit instructions in lower layers such as node, v8 and native modules.
In order to ensure compatibility current installations will not switch to a new architecture without intervention - you'll need to grab the 64-bit version yourself. Visitors to Atom.io will be offered x64 versions from 1.14 onwards if they are on an x64 system.
Your settings and extensions will be preserved when switching although there may be a delay while apm rebuilds native modules for any packages you have installed. Let us know if you run into any issues!
File association
Atom's auto-update mechanism happens transparently behind the scenes without services running full-time to make that happen. This does however mean that the Atom executable path changes between revisions so files you manually associated with atom.exe would break.
Now however Atom registers itself as a file handler automatically meaning it shows up right away in Open With… and you can just chose it from there. When Atom upgrades itself it will rewrite these associations for you so no more broken links. If you want to change this behavior you can turn it off with a single check in the Atom > Settings > System pane. Once associated you'll see a sparkly new Atom document icon for the file.
Also in Atom 1.14 you will find an atom.exe stub one level up in the file system that never moves! You can point apps that don't support Windows file associations like Cyberduck here as an alternative.
Installation
Installation is often overlooked but can be a real pain if you don't get it right thanks to the proliferation of malware and the responsive measures from the anti-virus community.
Izip for windows. We have improvements to help ensure Atom gets installed correctly on your system including:
- Stronger code signing with sha256, timestamping and a new certificate
- Extract-in-place to prevent on-access scanners interfering with files being moved
- An MSI installer that installs a personal copy of Atom for each user as they sign in
- Better update reliability for pins and shortcuts via Squirrel (the install/update system we use)
Contributing
Using Windows to contribute to Atom was a little harder than it should have been.
The Windows build instructions have been updated with accurate steps on getting started as well as a more comprehensive troubleshooting for scenarios you may run into. You can now even use the much smaller 'C++ Build Tools' instead of a full Visual Studio installation.
Atom's test suite now runs and passes on Windows 64-bit builds so just type scripttest
to ensure no regressions (or atom --test
if contributing to an Atom package). Debugging inside Developer Tools you'll see the sources navigator is no longer jumbled (Windows backslashes in sourcemaps were confusing it).
We also added a new section to the Atom Flight Manual called Cross-Platform Compatibility that gives some guidance on how to make sure your code works well across platforms.
Finally AppVeyor is now running CI builds of our core packages and important libraries for Windows.
Portable mode
The portable mode was finally documented and some important changes made in the forthcoming 1.14 release;
- The
ATOM_HOME
environment variable no longer prevents portable mode - The
--portable
argument was removed as it caused confusion (it copied your .atom folder to be portable not actually forced portable mode)
Getting up and running with a portable version is simple:
- Download the atom-windows.zip and extract it where you want it
- Create a
.atom
folder in the folder aboveatom.exe
where your config will live (or copy your existing one from %userprofile%) - Launch Atom from the folder!
In 1.14 you can also create an electronUserData
folder in there and have Atom store the Electron data there instead of in your roaming appdata. (where DevTools console history etc. lives)
Some have asked for Atom to use the portable drives even for temporary and cache files. While we don't recommend it as these drives are slower than modern SSDs you can put a simple .cmd file on your drive to achieve it and launch atom via that:
Setting TEMP is necessary to ensure Atom and its various dependencies store temporary files in the right place.
Shell extension option
We heard from some passionate users that they didn't like the Open with Atom context-menu that appeared throughout Explorer for every single file and folder.
There was no performance hit, it was simply an icon and label in the registry. But it's clutter if you don't use it, and redundant now that we have proper file associations working, so now off by default.
If you want to switch it on you can head to our new System settings pane shown above and check a box to get it back for either files or folders. If you've had Atom installed a while it is still on for you so you can also head into System settings to turn it off.
Taskbar enhancements
The taskbar on Windows is capable of supporting menu options and in 1.14 you'll see a New Window task as well as recent files and integration with our new reopen projects feature either of which you can pin to for fast access.
Package installation
Sometimes installing an Atom package doesn't succeed for any number of reasons. We've made improvements that help including;
- Detecting
git.exe
from GitHub Desktop when git isn't on your path - Bypassing auto-run scripts when we shell out to avoid parsing errors
- Supporting 'C++ Build Tools' for native dependencies (instead of Visual Studio)
Little extras
Of course there are many other improvements and tweaks this year that benefit Windows users - some exclusively and some cross-platform including;
- International AltGr keyboard support
- Path length improvements with npm3
- Simultaneous use of Atom by multiple signed-in users
- Atom file icon for associations in the Windows style
- CP 850 support (DOS codepage in Europe)
- No command-line noise when launching
atom.exe
directly - Improved C# syntax highlighting
- Better handling of spaces in paths
- Improved command-line launching from cygwin, Git Bash, and msys
- File and Selection menus accessible with alt-f and alt-s
Share and Enjoy!
Windows Installer and Auto Updater
December 10, 2014
Installing Atom on Windows just got a whole lot easier with the new Atom Windowsinstaller that is now available from atom.io.
Using the new Atom Windows installer also sets up Atom to automaticallyupdate whenever a new release is published just like the Mac version of Atom.
If this is your first time using Atom on Windows, you can head on over toatom.io and click the Download Windows Installer buttonto get started.
If you've previously installed Atom on Windows using Chocolatey,you should follow the instructions below to migrate to the new Windows installer.
Uninstalling the Chocolatey Version of Atom
When Atom on Windows first shippedthe recommended installation flow was to install Atom via Chocolatey.So if you've previously installed Atom using Chocolatey you should follow thesenext two steps to completely uninstall the Chocolatey version of Atom.
- Run
cup Atom
to upgrade to the latest Atom release. This is required sinceprevious versions of the Atom Chocolatey package did not uninstall correctly - Run
cuninst Atom
to uninstall the Chocolatey version of Atom. This willnot delete any of your installed packages or Atom config files
Using the New Atom Windows Installer
- Go to atom.io
- Click the Download Windows Installer button
- Run the downloaded
AtomSetup.exe
file - Atom will launch once the installation completes
- Atom will automatically update when a new version is available
The new Atom Windows installer sets up Atom just like the Chocolatey packagedid.
- An Atom desktop shortcut is added
- An Open With Atom context menu is added to the Explorer for selectedfiles and folders
atom
andapm
are added to thePath
environment variable so they canbe run from the Command Prompt or PowerShell.
Squirrel For Windows
Since Atom's first release last February it has used the open sourceSquirrel for Mac library forhandling automatic app updates.
Windows Atom Table
Until recently there wasn't a Windows version available which is why Chocolateywas originally chosen to do the heavy-lifting. Now, thanks to@paulcbetts and many other awesomecontributors,there is a version of Squirrel for Windowsthat not only does automatic updates but also makes creating installers for anyapp incredibly easy.
Atom Io For Windows Xp
If you are developing an Atom Shell appyou can use the recently released Atom Shell installer Grunt pluginto create a Windows installer for your app. You can take a look at how how Atomconfigures its Windows installer build here.
Atom Io For Windows 10
Thanks
A big thanks to everyone who helped test outearly versions of both the Atom Windows installer and Squirrel for Windows.
If you have any issues with the new Windows installer or automatic updatesplease open an issue on the atom/atom repository.