> For the complete documentation index, see [llms.txt](https://docs.objectbox.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.objectbox.io/java-desktop-apps.md).

# Desktop Apps

## ObjectBox – Embedded Database for Java Desktop Apps

Just like on Android, ObjectBox stands for a super simple API and high performance. It’s designed for objects and outperforms other database and ORM solutions. Because it is an embedded database, ObjectBox runs in your apps’ process and needs no maintenance. Read on to learn how to create a Java project using ObjectBox. We believe it’s fairly easy. Please let us know your thoughts on it.

## Setup and Usage

See the Getting Started page on how to set up your project, add entities and use the ObjectBox APIs.

{% content-ref url="/pages/-LEUEB3nMDmS4vcFKZju" %}
[Getting Started](/getting-started.md)
{% endcontent-ref %}

## Examples

There are example command line apps available in [our examples repository](https://github.com/objectbox/objectbox-examples).

## Building Unit Tests

The setup and writing tests is identical to writing unit tests that run on the local JVM for Android, see [Android Local Unit Tests](/android/android-local-unit-tests.md).
