The Lazarus IDE is a stable and feature rich visual programming environment for the FreePascal Compiler. It supports the creation of self-standing graphical and console applications and runs on Linux, FreeBSD, MacOSX and Windows.
Project Samples
License
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow Lazarus
You Might Also Like
The All-in-One Commerce Platform for Businesses - Shopify Icon
The All-in-One Commerce Platform for Businesses - Shopify
Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise
Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
Learn More
Rate This Project
Login To Rate This Project
User Ratings
★★★★★
★★★★
★★★
★★
★
144
6
0
2
4
ease
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
4 / 5
features
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
4 / 5
design
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
4 / 5
support
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
4 / 5
User Reviews
-
gitnerdpuerta Posted 2025年09月24日One of the best on its field!
-
giturox Posted 2025年08月30日Lazarus is an excellent ide for the powerful modern language FreePascal (FPC). Pascal is both easy to write and hase good performance. Freepascal has through the years added the very useful generics, managed variable arrays, extended records, interfaces etc. With version 4 of the IDE, the developers have enabled a docked approach and made it stable. The editor syntax completion feature is really amazing and better than most of the stuff i have tried for Rust. (BTW: rust and pascal share so many features, but i personally think Pascal has a so much better syntax than Rust. But of course your mileage may vary). This is my fourth decade coding in Pascal and the language just keeps getting better without sacrificing simplicity. Keep up the amazing work!
-
ericktux Posted 2025年05月11日uno de los mejores IDE que existen, larga vida a lazarus, saludos de Perú. visiten mi web "ericksystem.com" todos los programas hechos con lazarus pascal
-
ravke001 Edited 2025年03月26日Very good program language! I made several program's with it! You can find Srt Editor here on Sourceforge and it was made with Lazarus.
-
itsallfun Edited 2024年11月28日Lazarus is a fine project, but the lowest rated comment currently visible at the top is one that new users may take at face value and think that cross compiling is difficult. It is not: * If you are using 64 bit Lazarus on Win64 and want to generate (and debug) a 32 bit executable then install the associated lazarus-x.x-fpc-y.y.y-cross-i386-win32-win64.exe from the files section. Similarly you could install 32 bit Lazarus on Win64 and cross compile a 64 bit executable. * If you want to cross compile from Windows to Linux or vice versa, or to a different CPU architecture, then I suggest you use the excellent FpcUpdeluxe available on GitHub. FpcUpDeluxe will usually install the required binary tools as well.1 user found this review helpful.