Launching today

Moonshot
Track the Artemis II mission from your Mac
464 followers
Track the Artemis II mission from your Mac
464 followers
A macOS menu bar app built with SwiftUI that tracks NASA’s Artemis II mission in real time, showing mission phases, countdowns to key lunar flyby and return events, mission elapsed time, crew, live telemetry context, and a space-themed Earth-Moon-Orion timeline. Uses publicly available NASA mission data and timeline updates.






Product Hunt
Hey everyone!
I've always been fascinated with everything space and NASA and while I was consuming absolutely everything I could about Artemis II, I started to think I'd love an app to track all of the phases for me. So I built it over the weekend.
Features:
Live countdowns to key Artemis II events
Mission phases including outbound, lunar flyby, return leg, re-entry, and splashdown
Mission elapsed time (MET)
Artemis II crew roster
NASA-sourced timeline and public mission update data
Menu bar-only macOS app built with SwiftUI
It should take you all the way to splashdown.
Hope you all enjoy, and if you have any feedback, drop it in the comments! :)
@aaronoleary Congrats, quick question: beyond Artemis II, any plans to expand to future Artemis missions or other NASA programs like Gateway?
Product Hunt
@swati_paliwal Hi Swati! Yup, I'm considering expanding this into a kind of Flighty but for space missions, covering missions around the world. Very few get this level of public attention and I'd love to bring them to light.
@aaronoleary This is pretty cool, didn’t realize there was this much structured data available for Artemis missions.
Are you pulling this straight from NASA APIs or doing some processing in between? how real-time this actually is?
Product Hunt
@moh_codokiai
There's no real clean API to pull this from.
I’m using NASA’s public Artemis mission pages and AROW tracking resources for the mission schedule and trajectory data, and then I do some processing to turn that into the countdowns, phases, event states, and visual mission path in the app. For some orbital context, I also derive values from structured trajectory/vector data rather than just showing raw page text.
It’s more “near-real-time from public mission data” than direct raw flight telemetry. It's got a high level of accuracy but it isn't designed to replace say NASA's own tracker. My thinking with this is: an app that I can check on the fly with a high-enough level of accuracy rather than browse to a new tab and risk context-switching.
I'd actually love to see a mission view. A trajectory of the path taken by the Rocket. The whole slingshot around the moon in real-time. That would be incredibleeeeee!!!! Awesome work 🚀
Product Hunt
@richard_andrews4 I was thinking this too! Gonna see if I can get it done!
@aaronoleary Rooting for you mate!!!
@richard_andrews4 That would be epic , seeing the full trajectory in real time would totally bring the mission to life , can't wait to see it if it happens
That is so good, like reading scientific journals!
What are your feature plans?
I see in the comments that you think about something like Flighty for space missions, what about something like space history & launches timeline with visualizations and historical facts?
@rustam_khasanov mission elapsed time is such a cool detail. I can quickly see how far the mission has progressed.
Looks fantastic. Congrats on the launch.
Is this just limited to accessing from the US? I’m in the UK and data never loads.
Product Hunt
@craigcpaterson Should load! I'm in Ireland and it's working. Lemme check to see if I spot anything
@craigcpaterson @aaronoleary Sadly no go for launch for me either (Canada)
Product Hunt
@craigcpaterson @icon_kolaszewski Hey! Can you try download the latest release here? https://github.com/aaronoleary/artemis-ii-lunar-countdown/releases/tag/v1.0
Product Hunt
@craigcpaterson Hey! Can you try download the latest release here? https://github.com/aaronoleary/artemis-ii-lunar-countdown/releases/tag/v1.0
@aaronoleary sadly, no change 😞
Love that you built this over a weekend, the attention to detail with the mission phases and telemetry context is really impressive. Having it live in the menu bar is perfect for staying updated without constantly tab-switching during the mission. @aaronoleary are you planning to support future NASA missions beyond Artemis II?
Product Hunt
@marcelo_farr Hey Marcelo!
Thanks for the kind words. Yeah, potentially. I'm half thinking of expanding into a mobile app, kind of like a flighty but for space missions. There's a ton of big things in space every year that aren't as publicised that I think people would be interested in.
this is actually pretty sick, didn’t expect a menu bar app to go this deep
how often does the data update btw? @aaronoleary