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

App Builder

App Builder

  -  264.1 MB  -  Demo
  • Latest Version

    App Builder 2026.11 LATEST

  • Review by

    Daniel Leblanc

  • 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

    843b9fbd11d40ece5fe84891d76dd434

App Builder is a complete visual development environment for Microsoft Windows that allows us to create, with or without programming skills, HTML5 apps, WebApps, Progressive WebApps, WebExtensions, and Hybrid apps for both mobile and desktop.

If you want to create modern desktop and mobile applications then you're in the right place!

One amazing feature of DecSoft's App Builder apps is that it can run, with one code base, in almost all the platforms. DecSoft's App Builder creates HTML5 apps, Progressive Web Apps, and WebExtensions, ready to be deployed, without any other dependency, in all the modern mobile and desktop browsers.

Additionally, thanks to the app integration with Apache Cordova, apps can be also deployed in platforms like Android, iOS, Windows 11/Windows 10, and others. All with one code base!

Features and Highlights

Visual actions
You don't need to know Javascript to create applications with the Builder. The app's script language is based on hundreds of visual actions that you can simply put in the place that you need to be executed.

Visual designer
It provides us dozens of visual and non-visual controls ready to be placed in the application's designer. Simply drag and drop the control that you need into the designer and then place it where you wanted.

Contextual help
The tool is intended to be easy to use, however, they include a complete help file that describes all the available control and actions, as well as some specific tutorials.

More than apps
It prepares for you the required stuff to deploy your applications as WebApps and Progressive WebApps. The tool also allows you to develop WebExtensions for modern browsers.

Many themes
It includes by default 22 different themes that it can use from apps. It can choose one or more of the themes to be included, and, change it in design time and also in runtime just using one action.

Many samples
The program includes 165+ apps samples that touch almost all the visual actions and a lot of other fields. Play with the samples, learn how to use visual actions, and many other things like controls, plugins, and more.

Extensible
The AppBuilder's applications can be extended using Javascript in addition to the visual actions provided by the program. Also, it's possible to use the tool's Javascript plugins and Apache Cordova plugins.

Apache Cordova
The software is integrated with Apache Cordova and their plugins and prepare for you the appropriate icons and splash screens, configuration files, signing files and batch and shell scripts in order to run, debug and release apps quickly.

CLI support
It includes a command-line compiler in addition to the visual environment. In this way, it can compile applications from the command line, simply and fast.

Customizable
The AppBuilder IDE is fully customizable. You can set every toolbar and every dock panel in every place in the IDE, prepare different layouts to be reused when you wanted, change the IDE theme, and many more.

Translated
The app  IDE is currently available in English, French, and Spanish, and, is ready to be translated to any other (LTR) language, in fact, the tool includes a complete program that allows translating the IDE into other languages.

Without limits
Forget "warez" and pirate releases. The software does not have any limitation in time nor characteristics in their demo version. You can always try the very latest release of the app, and, if they are useful for you, then purchase it.

How to Use
  • Download and install App Builder on your PC.
  • Launch the software and start a new project.
  • Use the visual editor to design the app layout.
  • Add functionality using JavaScript or built-in actions.
  • Configure app settings and preferences.
  • Test the app using the integrated emulator.
  • Export the project to generate an app package.
  • Deploy the app to the desired platform.
System Requirements
  • OS: Windows 7/8/10/11 (32-bit or 64-bit)
  • Processor: Intel or AMD 1.8 GHz or faster
  • RAM: 2 GB minimum (4 GB recommended)
  • Storage: At least 500 MB of free disk space
  • Display: 1024x768 resolution or higher
  • Additional: .NET Framework 4.5 or higher
PROS
  • No coding required for basic app development
  • Supports HTML, CSS, and JavaScript integration
  • Built-in components for faster development
  • Cross-platform app deployment support
  • Regular updates and active development
CONS
  • Limited advanced customization options
  • Performance may vary on large projects
  • Requires some JavaScript knowledge for features
  • No direct support for native app development
  • License cost may be high for some users
Note: This product demo has no limitations in time nor characteristics. You can try the very latest release of the product, and, only if you find useful for you, purchase one or more licenses.

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

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

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

What's new in this version:

- This release of DecSoft App Builder is the first one which added another framework to create hybrid apps in addition to Apache Cordova. Yes! Now it's also possible to use Capacitor in order to create hybrid apps for Android and Apple iOS with DecSoft App Builder. A lot of work has been done, and, a lot of work remains, but, from this release you can choose between Apache Cordova and Capacitor to create hybrid apps with DecSoft App Builder.
- Add a "capacitor-app" attribute with a value of "true" on the HTML element of our apps, if our app is running in a Capacitor platform (Android, iOS). This attribute can be useful to prepare some CSS rules specifically thinked to be used when the app is running in a Capacitor platform and not in a Cordova platform or a browser.
- Separate the Apache Cordova and Capacitor related files in the compiled app directory. When compile an app, the "www" files (for the browser) are placed like before, on the "compiled/www/" folder. If the app is intended to be compiled with Apache Cordova, then the Apache Cordova stuff is placed on "compiled/cordova/" folder, and, if the app is intended to be compiled with Capacitor, then the Capacitor stuff is placed on "compiled/capacitor/" folder. This means that both Apache Cordova and Capacitor can exists without conflicts in the same "compiled" directory.
- Do not require anymore to install Apache Cordova globally. Instead, Batch and Shell files now install Apache Cordova directly on the compiled app directory. Additionally, instead to check for the "cordova" command, now the BATCH files check if Node JS is installed, since this is what we need to continue installing Apache Cordova. Important: if you are using the Batch files options to add some Apache Cordova plugin, you need to change the plugin lines from "CALL cordova plugin add..." to "CALL NPX cordova plugin add...".
- Add the new "app.store.isBrowserApp", "app.store.isCordovaApp" and "app.store.isCapacitorApp" reactive variables. Note that these variables are defined as reactive variables so we can use also in HTML templates in addition to JavaScript code. You can take a look at the also new sample app "AppPlatforms" to see these variables in action on an HTML template.
- Set the Apache Cordova iOS "Deployment target" option to 13.0 by default: this is required to compile the app with XCode 26. You can of course continue using another deployment target if needed in your apps: if you see problems while compile (Package: cordova-ios-plugins unknow), try to change this option to 13.0
- Add a "cordova-app" attribute with a value of "true" on the HTML element of our apps, if our app is running in a Cordova platform (Android, iOS, Windows). This attribute can be useful to prepare some CSS rules specifically thinked to be used when the app is running in a Cordova platform and not in a Capacitor platform or a browser.
- Change the default "Position" property value of the NavBar control. In previous releases, that property value is set to "fixed-top", but, this property value can cause an unexpected position of the NavBar in modern Android versions. So, by default, now the propery values is set to an empty string, then the NavControl is positioned where we positioned it at designtime. It's our duty now to use another position (like "fixed-top") taking in consideration the possible non expected position in modern Android versions (working like a charm in browsers anyway).
- Add a "data-app-style" attribute to the root HTML element of the apps. This attribute can have a value "fixed" or "scaled", and, changes if we change the app style at runtime. This attribute can be useful to establish CSS rules for a specific app style.
- Add the missing app.style property reference for the source code editor. This app property exists and it's documented, but was not present for the autocompletion and declarations of the source code editor.
- This release fixes an introduced problem which causes that we cannot use the F8 key (run the latest compilation of the app), the CTRL + F9 keys (compile the app), and the F9 key (compile and run the app), while we are writing code in the source code editor. This fix applies to the controls events editor, the controls properties editor, the app functions editor, and the app search results editor.
- Improve the product help / documentation by making these changes: The top "DecSoft App Builder" link goes now to the index of contents, instead of the DecSoft App Builder website. The search engine remembers now the search query, and also marks the matched words of the search query on the document.
- Simplify the app debugger by removing the list of "know resolutions". Now the app debugger is launched automatically following the app designed size.
- Add the new Tabs2 sample app. This sample is similar to the Tabs sample app, in the way that we use the same HTML markup and CSS classes from Bootstrap CSS to show a "tabs" component; however, this new sample app uses an app global reactive variable and the power of the HTML templates to create the tabs and show them dynamically.
- Update the VueJS JavaScript library Core to the latest 3.5.33 version (debug and production) for the apps' template. This release of VueJS Core has a lot of changes, fixes and enhancements, so our apps' template.
- Update the VueJS JavaScript library Router to the latest 5.0.6 version (debug and production) for the apps template. This version of the VueJS JavaScript library Router includes a lot of changes, fixes and enhancements.
- Update the VueJS JavaScript library Router to the latest 5.0.5 version (debug and production) for the apps template. This version of the VueJS JavaScript library Router includes a lot of changes, fixes and enhancements.