# Getting Started

To start using Minicube64 simply download the executable package for your system, extract it to a folder, and run it from the command line:

```bash
./minicube
```

A window should then appear, showing this screen.

![](/files/-MbQoRB92C2r-uhIbXRb)

This is the boot rom. It appears in the event that no other `.bin` roms or `.s` assembly files are loaded.

From here you can download and run the demos, or your own files:

```bash
./minicube pathtorom/rom.s
```

or run a compiled binary rom:

```bash
./minicube pathtorom/rom.bin
```

{% hint style="info" %}
When you run an assembly`.s`file, it will automatically be compiled as a binary`.bin`file.
{% endhint %}

{% hint style="warning" %}
If Minicube64 starts and only shows a black screen and is making strange sounds, it means that no valid rom was loaded. Please ensure that all of the files are present with the executable.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://aeriform.gitbook.io/minicube64/start.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
