N° 001 Software · Shop MMXXVI
MSS.
Memention Software Shop — a press for Flutter plugins.

A registry where developers publish apps, modules, and extensions. End users assemble them from the desktop client into bespoke native binaries.

mss.memention.net Registry online

The client

· macOS Specimen

The desktop client browses the registry, lets users compose a Selection, and drives the combiner. Signed-in developers get extra tabs for publishing their own plugins.

Download MSS.app Signed & notarized · macOS 14.0+
MSS desktop client — store view with photo, flappy bird, and flame app specimens
MSS — Store, dark impression macOS · 14.0+

Three voices, one impression

· 03 Specimens
APP

Apps

Top-level shells — photo browsers, games, tools. One per built binary.

MOD

Modules

Feature blocks — galleries, physics engines. Typically one per app.

EXT

Extensions

Swappable add-ons — image filters, asset packs. Zero or more per module.

The press

· 03 stages Pipeline

Hit Build in the desktop client and the combiner clones each referenced plugin, generates a Flutter project, and runs the macOS build. The result is a .app bundle composed from exactly the parts chosen.

I.
Browse
The client pulls the registry, lists plugins by type and category.
II.
Compose
Pick one app, its modules, and any extensions — a Selection.
III.
Impress
Combiner scaffolds a project, resolves paths, flutter build macos.

The registry

· JSON API

Point the MSS desktop client at https://mss.memention.net. All endpoints return JSON; docs are browseable at /docs.

GET /plugins/                            # all plugins
GET /plugins/?type=app&sort=stars       # filter & sort
GET /interfaces/                         # plugin contracts
GET /categories/                         # taxonomy
GET /health                              # {"status":"ok"}

Further reading

Index