
Your Chromebook must be able to run the software in the first place. The official Discord app is for everything but ChromeOS at this point- perhaps in the future, we’ll have a version to download and install on Chromebooks that’s more compatible. So if you’re using a newer one, you probably can download it directly from the Google Play Store and launch it. You already know that any Chromebook made after 2017 can download and run Play Store apps, right? If you’re trying to access it on a school Chromebook (where they block pretty much everything), you’ll have to get creative to unblock Discord! Does Google Play have Discord? If you’re getting Discord on a personal Chromebook, the web version or app works best. So that leaves us to explore all the different ways you get it on your Chromebook.Ĭhoose whatever works for your situation. Or maybe you’re on a school computer where Discord is blocked. The problem is that you may prefer using the desktop app or Google Play app because it’s more user-friendly. This works without having to download or install anything and you can use it anywhere you have WiFi. The easiest way is to use the web-based version directly through the browser. There are multiple ways to do it, and we’ll cover them all. Next you'll need to open your terminal.Yes, you can easily use Discord on Chrome OS. Navigate to a suitable place on your machine and create a new folder named discord-bot (or whatever you want). However, before you install anything, you should set up a new project folder. npm comes with every Node installation, so you don't have to worry about installing that. To use discord.js, you'll need to install it via npm (Node's package manager). On Linux, you can consult this page open in new window to determine how you should install Node.


On Windows, it's as simple as installing any other program.

If it outputs v16.9.0 or higher, then you're good to go! Otherwise, continue reading. To check if you already have Node installed on your machine (e.g., if you're using a VPS), run node -v in your terminal.
