Skip to content

PatrickRoyMac/artemis_cc_tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Artemis II — Claude Code Status Bar

While Artemis II is flying to the Moon right now, why not track it live from your terminal?

This adds a real-time mission tracker to the bottom of Claude Code — showing Artemis's distance from Earth and Moon, its proportional position on the Earth→Moon track, speed, and whether it's approaching or receding.

🌍 347,837 km ✦ ✦ ✦ ✦ ✦ ✦ ✦ ✦ ✦ ✦ ✦  🚀← ✦ ✦ ✦  104,695 km 🌙  ⚡0.711 km/s

The ✦ dots shift in real-time as Artemis moves. The ← flips to → when it's heading back toward Earth.

Data pulled directly from NASA's JPL Horizons API, cached every 5 minutes.


Install (one line)

curl -fsSL https://raw.githubusercontent.com/PatrickRoyMac/artemis_cc_tracking/main/install.sh | bash

Then restart Claude Code. That's it.

Requirements: Python 3, Claude Code. No pip installs — pure stdlib.


How it works

  • Queries JPL Horizons twice per refresh — once centered on Earth, once on the Moon — to get surface distances for both
  • Extracts the range-rate vector to determine approach direction (← or →)
  • Renders position proportionally across a 14-character ✦ track
  • Writes to ~/.claude/artemis_cache.json so it's instant on repeated renders

Uninstall

Artemis II splashes down ~April 11, 2026. Once Orion is back on Earth, run:

curl -fsSL https://raw.githubusercontent.com/PatrickRoyMac/artemis_cc_tracking/main/uninstall.sh | bash

About

Real-time Artemis II mission tracker - shows live distance from Earth & Moon, proportional position on the Earth→Moon track, speed, and approach direction. Data pulled from NASA's JPL Horizons API every 5 minutes. Displays as a slim status bar at the bottom of Claude Code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors