- Edit your PPL or PPL+ code for the HP Prime.
- Package your application for deployment for the HP Prime or testing on the Virtual Calculator.
- Export a G1 .hpprgm file for use on a real HP Prime or the Virtual Calculator.
- Compress code to fit more programs on your HP Prime
Universal
Download link: Xprime 26.4.2
Requires macOS 14.6 or later
Apple Silicon
Download link: Xprime 26.4.3
Requires macOS 26 or later
Read Whats New
Hidden Version Detail
In Xprime, you can reveal the full version number from the About window. Hold down the Option (⌥) key, then click and hold on the About window to display the extended version format, combining the app version and build number — for example: 26.3.20260311.
| Type | Description |
|---|---|
| .xprimeproj | Xprime project |
| .ntf | NoteText |
| .bmp | Bitmap (.hpppl) |
| .png | Portable Network Graphic (.hpppl) |
| .h | Adafruit GFX Font (.hpppl) |
| .hpprgm | Standalone program binary |
| .hpappprgm | App program binary (inside .hpappdir) |
| .hpappnote | App note binary (inside .hpappdir) |
| .hpnote | Standalone note binary |
| .prgm | HP PPL source text (UTF16le) |
| .hpppl | HP PPL source text |
| .hppplplus | HP PPL+ source text |
In light of HP Prime Development Tools support, Xprime will adopt the .hpppl and .hppplplus file types and discontinue .prgm+. This change will simplify development for those using either Visual Studio Code or Xprime.
Typical File Structure for an HP Prime Application
MyApp/
├── Example.hpappdir/
│ │── icon.png
│ │── Example.hpapp
│ │── Example.hpappnote
│ └── Example.hpappprgm
│── Example.hpappdir.zip
│── Example.xprimeproj
│── main.hppplplus or main.hpppl
└── info.ntf
Typical File Structure for an HP Prime Program
MyProgram/
│── Example.xprimeproj
│── Example.hpprgm
│── main.hppplplus or main.hpppl
└── info.ntf






