> For the complete documentation index, see [llms.txt](https://docs.rumi.systems/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rumi.systems/getting-started/quickstart.md).

# Quickstart

Get your first Rumi application running in minutes.

## Prerequisites

* Java 11 or later
* Maven 3.6 or later

## Steps

1. Install the Rumi CLI
2. Create a new project
3. Build and run

> **Note**: This section is under development. Detailed quickstart instructions coming soon.

## Next Steps

* [Set Up your Dev Environment](/rumi-core/guides/developing-applications/set-up-your-dev-environment.md) - Complete development environment setup
* [Microservice Template](/rumi-core/guides/developing-applications/microservice-template.md) - Understand the project structure
