- 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
Download links: Xprime 26.3
Requires macOS 14.6 or later
Download links: Xprime 26.4 RC (20260318)
Requires macOS 14.6 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 | Format |
|---|---|---|
| .xprimeproj | Xprime project | JSON |
| .ntf | NoteText | UTF8 |
| .md | Markdown Language | UTF8 |
| .bmp | Bitmap | .hpppl |
| .png | Portable Network Graphic | .hpppl |
| .h | Adafruit GFX Font (.hpppl) | .hpppl |
| .hpprgm | Standalone program binary | .hpppl |
| .hpappprgm | App program binary (inside .hpappdir) | .hpppl |
| .hpnote | Standalone note binary | .ntf |
| .hpappnote | App note binary (inside .hpappdir) | .ntf |
| .prgm | HP PPL source code | UTF16le |
| .hpppl | HP PPL source code | UTF8 |
| .hppplplus | HP PPL Plus extended program source code | UTF8 |
| .ppl | HP PPL source code | UTF8 |
| .ppl+ | HP PPL Plus source code | UTF8 |
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
Note
Use the .ppl+ extension for extended program source code and .hppplplus for the main application or program source code.
Recommended running HP Prime Virtual Calculator for Windows on macOS via Wine Stable.


Download links: Wine Stable | HP Prime






