Official Directory

Minima MiniDapp
Directory

Download approved MiniDapps for the Minima blockchain. Every app runs on your node — fully decentralized, fully yours.

MiniDapps
Categories
100%
On-node
Node Software

Core Downloads

MiniDapps need a Minima node to run on. Download the official Minima Core software here — plus native Android companion apps.

Desktop / Server v1.0.45

Minima Core JAR

The official Minima node, written by Minima founder Spartacus Rex. This single Java file runs the complete blockchain — full node, wallet, and the MDS runtime that hosts every MiniDapp listed above. No mining farms, no validators: every user runs the full chain.

Requires Java 11+. Start it with java -jar minima.jar -mdsenable, then open the MiniHub at https://127.0.0.1:9003 to install MiniDapps.

SHA-256 241f9429…cee56a · 72 MB
Android v1.0.45

Minima Core for Android APK

The same official Minima node packaged for Android. Run the full blockchain on your phone — node, wallet, and MiniHub included, fully self-custodial.

To install, allow your browser to install unknown apps when prompted (Settings → Install unknown apps), then open the downloaded APK.

SHA-256 c7c7ebc6…462042 · 66 MB
Android v0.2.1

Panda Apps APK

A community-built native app store for Minima by eurobuddha. Browse, install, and update native Android companion apps for your Minima node — every download is SHA-256 verified before install.

Install it the same way as any APK (allow unknown apps), and it keeps your Minima companion apps up to date from then on.

SHA-256 885f6322…0d8343 · 12 MB
Installation Guide

How to install a MiniDapp

MiniDapps are .mds.zip packages that run directly on your Minima node. Here's how to install them.

1

Download the .mds.zip file

Click the Download button on any MiniDapp card above. The file will save to your device.

2

Open the MiniHub on your node

Access your Minima node's MiniHub interface. On desktop, this is typically at https://127.0.0.1:9003 (or your configured port).

3

Install via MiniHub

Click the + button in the MiniHub, select the downloaded .mds.zip file, and confirm the installation. The MiniDapp will appear in your hub.

4

Alternative: Install via Terminal

You can also install via the Terminal MiniDapp or CLI with:
mds action:install file:/path/to/dapp.mds.zip