At the bottom of this page you can find installers for the current stable release of GPAC and the GPAC source code.
The current GPAC release is v2.4 (released 2024-04-17).
However, we recommend using the Nightly Builds (below) to get the most up-to-date version of GPAC.
Nightly builds
GPAC is built according to continuous development concepts. It means that each installer has been tested automatically and should be considered safe for most users who need the latest features. If you encounter any issue, please report on github.
Permalinks
These links always point to the latest built of the master branch of gpac and can be used in scripts as permalinks.
- gpac_latest_head_win64.exe
- gpac_latest_head_win32.exe
- gpac_latest_head_macos.pkg
- gpac_latest_head_linux64.deb
- gpac_latest_head_linux32.deb
- gpac_latest_head_android.apk
- gpac_latest_head_ios.ipa
More details for each OS can be found in the next sections.
Windows 64 bits
This installers are for Windows Vista and above. (For WindowsXP, check this wiki entry)
Windows 32 bits
This installers are for Windows Vista and above. (For WindowsXP, check this wiki entry)
Mac OS X 64 bits
These installers are compatible for 64-bits OSX version 10.11 and above:
Linux x86 64 bits
Docker image
You can get the latest gpac docker image for linux on DockerHub and more information about gpac docker image usage in the documentation.
Ubuntu packages
These packages are built for Ubuntu 22.04 LTS 64 bits.
For other versions and distributions you will have to build from source by following the guide on the wiki.
Linux x86 32 bits
These packages are built for Debian stable (12.0 bookworm) 32 bits.
For other versions and distributions you will have to build from source by following the guide on the wiki.
Android
These builds are for Android platform, starting from Android 9.0 (API level 28).
iOS
These builds are for iOS platform, starting from iOS 8.0. Be aware you have to sign the main executable (i.e. osmo4ios.app/osmo4ios) by your own means :
Current Stable Installers
(GPAC current stable release is 2.4, release 2024-04-17).
Installers are available for:
- Windows 64 bits (Vista+)
- Windows 32 bits (Vista+)
- macOS
- Linux 64 bits (ubuntu 22.04*)
- Linux 32 bits (debian 12.0 bookworm*)
- iOS (needs re-signing for your device)
- Android
*: For other versions and distributions you will have to build from source by following the guide on the wiki.
For WindowsXP, check this note on the wiki.
The source code for this release is available as a zip or tar.gz archive and as a git tag.
Docker image
You can get the ubuntu-based docker image for the v2.4 release on DockerHub.
More information about using the docker image can be found in the documentation wiki.
GPAC source code
GPAC is updated on a day-to-day basis. The latest version is the development version. It is available on GitHub:
git clone https://github.com/gpac/gpac.git
Supported platforms are:
- Windows, Linux, Mac OS X
- All GCC+X11 or GCC+SDL platofrms
- iOS >= 8.0,
- Android >= 9,
For building GPAC from source code, please refer to gpac wiki.