Skip to content

oxmc/Aternos-Desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app logo

Aternos Desktop.

The unofficial desktop application for aternos.org built with electron.

Screenshot of Aternos Desktop

Features

Fast load times,

Global shortcuts:

Shortcut Use
Ctrl/⌘ + Alt + A Show about menu
Ctrl/⌘ + Alt + i Show devtools
Ctrl/⌘ + Alt + r Reload page

Todo

unkown

Installation

You can download the latest release for your operating system or build it yourself (see below).

Building

You'll need Node.js installed on your computer in order to build this app.

git clone https://github.com/oxmc/Aternos-Desktop
cd Aternos-Desktop
npm install

Test app:

npm start

pack app:

npm run pack

Build app:

npm run dist