Neko Apps

May 29, 2025 ยท View on GitHub

Neko is open source virtual browser run in a docker container, that can be accessed from a webpage. It does not have to be only web browser. It can be anything.

Best served with neko-rooms, simple room management for neko.

How to build

You can build any container by calling ./build binary. Use dir name as application name to build.

./build --application <application_name>
./build --application <application_name> --base_image ghcr.io/m1k1o/neko/base:latest

Your new image will be tagged as ghcr.io/m1k1o/neko-apps/<application_name>

For flavored images (e.g. nvidia)

./build --flavor <flavor> --application <application_name>

Your new image will be tagged as ghcr.io/m1k1o/neko-apps/<flavor>-<application_name>

How to run

Please follow getting started guide in neko documentation.