Argeon (ar-gay-on) is a lightweight instance downloader for PrismLauncher and the official Minecraft launcher. It makes downloading instances for Events, Servers, etc... easier for inexperienced users. This project must be used along with the Argeon backend panel (used to manage installable instances)
The latest version is available on the Releases page. For more recent builds, see the nightly releases.
- Downloading Minecraft instances (mods, configs, resourcepacks, etc...) to the correct folders
- Supports the official Minecraft launcher and PrismLauncher
- Cross-platform and lightweight (~2MB of storage and ~30-50MB of RAM)
- Launch installed instances directly from the app
- Everything is managed on the backend, the user only has to open the app and press 2 buttons.
Setting up the Argeon development environment:
- Clone the repository
- Execute
npm install
- Install additional dependencies:
# Windows winget install NSIS.NSIS # MacOS brew install nsis # Linux sudo apt-get install nsis
Development commands:
npm run dev
: Start the development environmentnpm run build
: Build and package the application
Argeon is built using Svelte for the frontend and NeutralinoJS for the backend. NeutralinoJS is a lightweight C++ alternative to Electron or NW.JS, suitable for cross-platform applications. More information is available at neutralino.js.org/docs.
Contributions are welcome. Please feel free to submit issues, pull requests, or discuss ideas. For further discussion, contact contact@origaming.ch
or reach out on Discord @Origaming
.