# Project Northstar

## Welcome to the [Community Built Documentation](https://project-north-star.gitbook.io/project-north-star/) for Project North Star!

> *We envision a future where the physical and virtual worlds blends together into a single magical experience. At the heart of this experience is hand tracking, which unlocks interactions uniquely suited to virtual and augmented reality.* \
> \
> *To explore the boundaries of interactive design in AR, we created and open sourced Project North Star, which drove us to push beyond the limitations of existing systems."*\
> \
> *-Leap Motion*

Project North Star is an open-source Augmented Reality headset originally designed by LeapMotion (now UltraLeap) in June 2018. The project has had many variations since its inception, by both UltraLeap and the open-source community. Some of the variations are documented and linked to here but visit the discord server for more to-the-moment information. The headset is almost entirely 3D printable, with a handful of components like reflectors, circuit boards, cables, sensors, and screws that need to be sourced separately.&#x20;

## <img src="https://1971497060-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lm0OvojFPoDKE9jIY4P%2F-MIFuv9Qd-MRZs1TicDq%2F-MIFw2437SUxAvdbYF4z%2F77282AD5-DDCA-4973-AA17-0E2B34DCE0A5.jpeg?alt=media&#x26;token=6a225a2d-cd81-42c3-8801-80461edc394c" alt="" data-size="original"> <img src="https://1971497060-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lm0OvojFPoDKE9jIY4P%2F-MIFuv9Qd-MRZs1TicDq%2F-MIFw8-Nvls6wwSHYruk%2FSelf-Rated_Best_Shot.jpg?alt=media&#x26;token=882f4fa0-23f8-4d52-9cfd-78861543f4ae" alt="" data-size="original">&#x20;

**Project North Star at MIT Reality Hack 2020**, photo credit: [Matthew Daiter](https://daiter.dev/)

There's also a large community of Northstar developers and builders on Discord, you can join the server and share your build, ask questions, or get help with your projects by [joining the server](https://discord.gg/9TtZhb4)

For a more detailed look into the project, checkout our **General FAQ**, or Mechanical pages.&#x20;

{% content-ref url="getting-started/faq" %}
[faq](https://docs.projectnorthstar.org/project-north-star/getting-started/faq)
{% endcontent-ref %}

## Variations

Project North Star has seen its fair share of revisions and updates since the original open-source files were released. To clear up any ambiguity from the outset, **Release 1** was an internal release. **Release 2**, the first public open-source release (sometimes referred to as the **initial release**), was in 2018. **Release 3** came in 2019 and improved on the mechanical design in many ways. The Deck X innovated on this and provided an integrated circuit board to reduce cables from the headset to just two, (USB 3 / mini-DP), by combining USB devices into a custom-built USB hub + Arduino module. As shown from the table below, the newly released **Northstar Next** is probably what new users will want to start with, it has an emphasis on modularity and affordability.

<table data-header-hidden><thead><tr><th width="168">Name</th><th width="111">Status</th><th width="136">Date</th><th width="162">Developer</th><th width="136">Spatial Tracking</th><th width="141">Hand Tracking</th><th width="107">Headgear</th><th>Optics Bracket</th></tr></thead><tbody><tr><td><a href="northstar-next">Northstar Next</a></td><td>Active</td><td>06 JUN 2023</td><td>CombineReality</td><td>XR50 / T261</td><td>SIR 170</td><td>BoboVR</td><td>Custom</td></tr><tr><td><a href="mechanical/combine-reality-deck-x">Deck X</a></td><td>Active</td><td>21 AUG 2020</td><td>CombineReality</td><td>T261</td><td>LMC / SIR 170</td><td>3.1</td><td>3.2</td></tr><tr><td>Release 3-2</td><td>In Dev.</td><td>TBD</td><td>Leap Motion</td><td>T265</td><td>LMC</td><td>3.2</td><td>3.2</td></tr><tr><td><a href="mechanical/release-3">Release 3-1</a></td><td>Outdated</td><td>03 APR 2019</td><td>Leap Motion</td><td>T265</td><td>LMC</td><td>3.1</td><td>3.1</td></tr><tr><td><a href="mechanical/release-3">Release 3</a></td><td>Outdated</td><td>23 JAN 2019</td><td>Leap Motion</td><td>T265</td><td>LMC</td><td>3</td><td>3</td></tr><tr><td>Release 2</td><td>Outdated</td><td>6 JUN 2018</td><td>Leap Motion</td><td>N/A</td><td>LMC</td><td>1</td><td>1</td></tr><tr><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr></tbody></table>

{% content-ref url="mechanical" %}
[mechanical](https://docs.projectnorthstar.org/project-north-star/mechanical)
{% endcontent-ref %}

{% content-ref url="software" %}
[software](https://docs.projectnorthstar.org/project-north-star/software)
{% endcontent-ref %}

{% embed url="<https://discord.com/invite/NghjdX7>" %}

{% embed url="<https://forums.leapmotion.com/t/project-north-star/7071>" %}


---

# 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://docs.projectnorthstar.org/project-north-star/master.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.
