Skip to content

Releases: fpc-unleashed/freepascal

FPC Unleashed nightly

08 Jun 10:01

Choose a tag to compare

FPC Unleashed nightly Pre-release
Pre-release

FPC Unleashed nightly build

Generated from commit: 021333c
Build time: 2026-06-08 12:01:46 CEST

Components v1

14 May 09:22

Choose a tag to compare

Components v1 Pre-release
Pre-release

Optional Lazarus IDE add-on packages distributed alongside the Unleashed Installer. Each archive is a snapshot of the upstream project's repository at a version that has been tested with the installer and is known to build and register cleanly inside the IDE.

Addons

Addon Version License Source
FWHexView_2.0.16.zip v2.0.16 MIT https://github.com/AlexanderBagel/FWHexView
CPUView_1.0.zip v1.0 MIT https://github.com/AlexanderBagel/CPUView
ToggleDisplayAffinity.zip v1.0 MIT @fibodevy
MetaDarkStyle_0.9.zip v1.0 Modified LGPL 2.1+ https://github.com/zamtmn/metadarkstyle

How the installer uses these

When the user ticks an addon checkbox, the installer downloads the corresponding zip, verifies its SHA256 against a pinned hash, extracts it under <install>/components-extra/, registers the .lpk files via lazbuild --add-package, and rebuilds the Lazarus IDE so the package is statically linked.

Bootstrappers v1

09 May 08:55

Choose a tag to compare

Bootstrappers v1 Pre-release
Pre-release

Portable binaries for the Unleashed Installer. All assets are unmodified extracts / mirrors - no runtime is executed at upload.

fpc-3.2.2-i386-win32-portable.zip

Portable extract of the official fpc-3.2.2.i386-win32.exe Inno Setup installer, unpacked off-line so it produces no registry side effects, no PATH modification, no file associations, no shortcuts. Matches the on-disk layout the official installer would write to C:\FPC\3.2.2\.

fpc-3.2.2-x86_64-linux-portable.zip

Portable snapshot of an install.sh-based installation of the official fpc-3.2.2.x86_64-linux.tar tarball, captured after install and repackaged as a relocatable tree. The original tar ships a staging layout that install.sh rearranges into the final on-disk structure under a chosen prefix - this zip contains that post-install layout, ready to be unpacked anywhere without touching /usr/local, /etc, or /usr/bin. No fpc.cfg is bundled; the installer generates it at runtime against the final install location.

Linux_AMD64_Linux_V241.zip / Linux_i386_Linux_V241.zip

Cross-binutils (Win32 PE -> Linux ELF) targeting x86_64-linux and i386-linux respectively. Binutils 2.41.

Linux_AMD64_Ubuntu_1804.zip / Linux_i386_Ubuntu_1804.zip

glibc runtime + Linux shared objects extracted from Ubuntu 18.04 rootfs (amd64 / i386). Full Lazarus widget-set support: LCL-GTK2, LCL-GTK3, LCL-Qt5, plus X11, OpenGL, SDL2, audio (ALSA / PulseAudio / JACK), common image and compression libs.

Origin of the zips

Verbatim mirrors of:

Byte-identical to upstream - SHA256 of each asset matches its source. Original cross-toolchain packaging by Alf Glock and the fpcupdeluxe project. The acknowledgement_fpcup.txt file inside each zip is preserved.

Licenses inside the zips

  • GNU binutils (the *-as.exe, *-ld.exe, *-ar.exe, etc. and bfd plugins) - GPL v3. Source: https://www.gnu.org/software/binutils/
  • GNU C Library (glibc) runtime files (libc.so, ld-linux*.so., crt.o, libpthread., libdl., libm.*, etc.) — LGPL v2.1+ with linking exception. Source: https://www.gnu.org/software/libc/
  • Other shared libraries from Ubuntu 18.04 retain their respective upstream licenses (GTK / Qt / SDL / etc. - mostly LGPL with a few MIT/BSD).
  • fpcupdeluxe packaging scripts under buildscript/ - LGPL.

Full license texts: see COPYING-GPL.txt and COPYING-LGPL.txt assets on this release.

Verification

SHA256 sums:

0DFB6E34EC1FB1E89B5EAEA90E3A514B1F37867AE91989FA18143750EB39BF30 fpc-3.2.2-i386-win32-portable.zip
C6072EE3E47DB6280E16347BAF4B2637B3A09FC2AB8D14B50F69C06579F55B02 fpc-3.2.2-x86_64-linux-portable.zip
BE7F575C4383C98F4A14D22CD939C58C9D8A458B8E3FC2125348ECA5E9826733 Linux_AMD64_Linux_V241.zip
674B1CB4A21E0CE7000B848CB75E201CD2E317C8E71833C76D9EAD05FD7DF221 Linux_AMD64_Ubuntu_1804.zip
119459D71FB54ECBA5760BDE0D96AA4455C16C7AC9A5F8CC3E2C0CC02B8E48E3 Linux_i386_Linux_V241.zip
A09F3168FFCBBF21AD15A3FD0A6A88C0DD4123FA6FF47B18C63701A7A05728EA Linux_i386_Ubuntu_1804.zip