Home
Home
Back
Back
 


Lianja Platform 2026 14.0.5 for Mac


Installer includes:
Lianja Studio development IDE
Lianja App Center desktop runtime client
Lianja Cloud Server
Lianja ODBC Driver
You don't have permission to download this file. Please sign in first.

If you have not yet registered you can create a new account by
Clicking here.
File Size 989.15 MB
Date Added 30-Jul-2026 00:00
License Lianja License
 
File Version 2026 14.0.5

Description

This software runs on macOS 11 (Big Sur) and above and requires a Lianja v14 License Key.

If no Lianja v14 License Key has been activated and there has been no previous Lianja software installation, Lianja Studio will run as a 30 day trial after registration.

The Lianja Platform installer includes Lianja Studio, Lianja App Center (desktop client), Lianja Cloud Server (for development and testing) and Lianja ODBC Driver.

INSTALL LIANJA PLATFORM

Double click on the downloaded .pkg filename.

==========

The following are optional requirements if you want to build Electron apps or want to use TypeScript as a scripting language.

==========

Open up a Terminal window (/Applications/Utilities/Terminal).

INSTALL HOMEBREW IF YOU DON’T ALREADY HAVE IT INSTALLED.

Homebrew is a free and open-source software package management system that simplifies the installation of software on Apple's macOS operating system.

Install node.js and npm if you have not already done so.

$ brew install npm

INSTALL TYPESCRIPT.

$ npm install typescript -g

OPTIONALLY INSTALL BABEL.

Babel has support for the latest version of JavaScript (ES2015) through syntax transformation. Lianja will soon handle dynamic transpiling of JavaScript ES6 (.es6/.jsx files) to JavaScript ES5 (.js files) for you.

$ npm install babel-cli babel-preset-env -g

INSTALL ELECTRON.

$ npm install electron -g
$ npm install electron-packager -g

Optionally install the Command-line application launcher for the iOS Simulator. Be aware, this requires XCode to be installed which takes a while. You will need this if you intend to build React-native Apps in Lianja.

$ npm install ios-sim -g

INSTALL ODBC manager

$ brew install unixodbc

Now init the ODBC definitions for Lianja. This will define the Lianja ODBC driver in /usr/local/etc/odbcinst.ini and the lianja_southwind DSN in /usr/local/etc/odbc.ini.

Open a Terminal.

$ sudo /usr/local/lianja/server/dist/postinstall.sh /usr/local/lianja/server odbc

Setting up ODBC data sources non-GUI.

See https://www.unixodbc.org/odbcinst.html

==========

Now you are ready to develop, Test, Deploy and Share Desktop, Web and Mobile Apps using Lianja.

Lianja Studio

double click /Applications/Lianja.app then right click on the icon in the dock and select "Options > Keep in Dock"

Lianja App Center

double click /Applications/LianjaAppCenter.app then right click on the icon in the dock and select "Options > Keep in Dock"

or from a Terminal command prompt:

$ open /Applications/Lianja.app --args --runtime

or

$ lianjarun --runtime

The default username/password for the Lianja App Center is admin/admin.

Cloud Server

The default username/password for the Lianja Web Client is admin/admin.

To be able to download any Lianja products from the Lianja website you will need to create an account first by clicking here. After you complete the account registration you will be emailed a link which you must click in order to activate your account on lianja.com. If you do not receive this activation email be sure to check your spam folder as it may have been caught by your email spam filter.