Install Guide

Get PocketFS + PocketWeb running on your Minima node.

Step 1: Run a Minima Node

One command installs everything. Pick your platform.

🍎

Mac

Open Terminal and paste this:

curl -sL https://raw.githubusercontent.com/eurobuddha/minima-installer/main/setup-minima.command | bash

Installs Java and everything else automatically. A setup wizard opens in your browser.

🪟

Windows

Open Command Prompt and paste this:

curl -o %TEMP%\setup-minima.bat https://raw.githubusercontent.com/eurobuddha/minima-installer/main/setup-minima.bat && %TEMP%\setup-minima.bat

Installs Java and everything else automatically. A setup wizard opens in your browser.

📱

Android

Download the Minima app from the Google Play Store. Open it — your node starts automatically.

After your node is running, write down your seed phrase: open the Security MiniDapp and back it up immediately.

Step 2: Download the MiniDapps

Grab both ZIP files from the latest release.

You need two files:
pocketFS & pocketWeb .mds.zip files

Step 3: Install on Your Node

Install both MiniDapps via the MiniDapp Hub.

1

Open the MiniDapp Hub

Mobile: Open the Minima app and tap the MiniDapp hub icon.
Desktop: Go to https://127.0.0.1:9003 in your browser.

2

Install PocketFS first

Tap the + button, select the pocketFS .mds.zip file, and confirm. PocketFS must be installed first — PocketWeb depends on it.

3

Install PocketWeb

Tap + again, select the pocketWeb .mds.zip file, and confirm. You're done!

4

Start browsing

Open PocketWeb from the MiniDapp Hub. Search for MiniSites or use the built-in Site Generator to publish your own.

Need help?

Check the FAQ or open an issue on GitHub.

FAQ GitHub Issues