Create powerful modern desktop and mobile apps. No coding needed!

App Builder

App Builder 2025.28

  -  251.01 MB  -  Demo
  • Latest Version

    App Builder 2025.33

  • Operating System

    Windows 7 64 / Windows 8 64 / Windows 10 64 / Windows 11

  • User Rating

    Click to vote
  • Author / Product

    David Esperalta / External Link

  • Filename

    appbuilder64.zip

  • MD5 Checksum

    1e6efba9f63b5ce95d7027857cacf4be

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of App Builder 2025.28.


For those interested in downloading the most recent release of App Builder or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

Why is this app published on FileHorse? (More info)
  • App Builder 2025.28 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    App Builder 2025.28 Screenshot 1
  • App Builder 2025.28 Screenshot 2
  • App Builder 2025.28 Screenshot 3
  • App Builder 2025.28 Screenshot 4
  • App Builder 2025.28 Screenshot 5

What's new in this version:

- Assert that, when the app debugger stops, the browser does not continue running the app in the background. Before this release, the browser continues running the app, and if there is some code which, for example, put something in the debugger console, that task continues running, which is for sure not the expected since the debugger has been stopped.
- Change the internal algorithm to determine the size of the debugger browser. We notice the previous algorithm does not work as expected if DecSoft App Builder is running on a Windows "scaled screen" greater than 100%. The changes that we made in this release are trying to work in a similar way no matter the scale that is used for the screen.
- Add the "Autoplay" property to the Carousel control. Before this property is available the Carousel always start cycling automatically, and, we can use the "pause" method at runtime to stop it, however, the "Autoplay" property, only available at designtime, we can determine if the Carousel cycling must start automatically or not. The property is set to True by default to keep compatibility with existing apps. The provided Carousel sample app has been also modified to remove the "Dark mode", since this has been deprecated from time ago.