
Try GP in your browser
Main
Download
Packages
Funding
SEARCH
Help / Community
FAQ
Documentation
Tutorials
Mailing Lists
Bugs
Timeline
Ateliers PARI/GP
Library
Publications
Contributed GP scripts
Links
Fun!
Development
Latest Changes
Version Control
Coding Guidelines
PariDroid
Logo
Tests & benchmarks
Buildlogs
Coverage Report
Doc Coverage
Refcards test
Benchmarks
WWW Stats
|
Download PARI/GP
If you intend to compile PARI/GP from a source distribution, make sure
the GNU MP and GNU readline libraries are already
installed on your system. They are not mandatory but make the gp
calculator respectively faster and more user-friendly. (See the Extras
section for details.)
PARI/GP
You may also want to download some Optional
Packages.
Source distributions
2.17.4
2026-06-29
Snapshot
corresponding to the latest version with all current patches applied.
You can also get the source via GIT
git clone https://pari.math.u-bordeaux.fr/git/pari.git
Windows, binary distributions First determine whether you are
running a 32-bit
or 64-bit version of Windows (probably 64-bit nowadays),
then select the appropriate binary:
- Stable 32-bit version: Pari32-2-17-4.exe (102.6 MB), Jun 20 2026
sha256sum: 0b75b3a60696f50e93bf706a7cf7d6f31ce3d271938540763f51cddfeff88778
md5sum: 97d739d31f3617ad4b42bf3fea51e135
README.win
- Stable 64-bit version: Pari64-2-17-4.exe (109.4 MB), Jun 20 2026
sha256sum: 451bd414a29f865fef28a3ba8670060b481e0742e3d7b5d3067fc583897115fe
md5sum: 99c393866be3c95ca9b6d861744bb3e2
README.win
- Development 32-bit version: Pari32-2-18-0.exe (102.6 MB), Jan 19 2025
sha256sum: 4b0573fb73e4596b0815bf12caa6376eae18315d80df6c4f78c4c3b86b74230c
md5sum: 60bdc3d3c9baa7e8983f8c200d5ce530
- Development 64-bit version: Pari64-2-18-0.exe (109.3 MB), Jan 19 2025
sha256sum: 7847d1064d31de32b43d20bd8565b215af7fd8a7fefe761076e9bfbe3d88d945
md5sum: c0e3cab55eac2023645bd94ee928695e
- Daily Snapshots (32-bit,
64-bit):
basic GP binaries built daily from the
master branch. Bleeding edge !
MacOS, binary distributions
Full DMG for MacOS (all packages)
- Stable (arm) : PariGP-arm-full-2.17.4.dmg (109.5 MB), Jun 23 2026
sha256sum: 49ac453f4173c60a793c79ec03f17005cb19d374d40adeb30946db7f03aa485c
md5sum: c4007296f3610f3ee778735afa2c9f3a
- Stable (arm) multithreaded : PariGP-arm-full-2.17.4-pthread.dmg (109.1 MB), Jun 23 2026
sha256sum: 9f2ebdc0fe62e4b37243601fa7ac71873444e264eec0693f6ffc4ebb957b9257
md5sum: 03ce3eb7353ef46b58d1c96bb508094c
- Stable (intel) : PariGP-full-2.17.4.dmg (110.5 MB), Jun 23 2026
sha256sum: d5379093f6f1e0cadded913999f762dca2dae63de73932f5b1181fe5fd7838a9
md5sum: f66fd36ca15ea595bfcca455d7e73442
- Development (arm) : PariGP-arm-full-2.18.0.alpha.dmg (107.3 MB), Jan 4 2025
sha256sum: b0a2127a0ed584d79136d3da6c991eaf52decd0983c7eb462b2a3182fc0874b4
md5sum: 3e5470fdaa6a5d190d8b1c6152b309c3
; - Development (arm) multithreaded : PariGP-arm-full-2.18.0.alpha-pthread.dmg (107.4 MB), Jan 4 2025
sha256sum: 25d5417ef02e8a827ce5f9a0a57a75e46c01a92c5ba4aa48b61df46dba7e6f7b
md5sum: 001fd655e5bd0e2806af4f201d897794
; - Development (intel) : PariGP-full-2.18.0.alpha.dmg (99.8 MB), Jan 4 2025
sha256sum: 8268d442ef64e29695555425bea0199c9599d70e2b68819cc72f7088d5709866
md5sum: 7b0fa00e09f206c01a66053c973ed111
;
Snapshot from our GIT server
a basic GP binary built daily from the master branch.
Android, binary distributions
Xeus-GP
A Xeus-based Jupyter kernel for PARI/GP
GP2C
The GP to C compiler translates GP scripts to PARI programs.
- The GNU readline
library provides line editing under GP, an automatic context-dependent
completion, and an editable history of commands.
- The GNU MP library can be used as a
replacement for the native multiprecision kernel. It is rather faster than
the native kernel
(benchmarks).
-
The PariEmacs package. Require PARI/GP-2.4.1 and up.
GP can be run in an Emacs buffer, with all the obvious advantages if you are
familiar with this editor. This package was developped alongside PARI/GP
for a long time. It is now developped independently and must be downloaded
separately. (In particular, PARI/GP and PariEmacs may be upgraded
independently.)
- perl (used by the
gphelp
script) provides extended online help (full text from this manual) about
functions and concepts, which can be used under GP or independently.
Archive
The complete PARI/GP archive with older versions is available via
HTTP or
FTP.
|