Exec Lua - Lua IDE & HTTP/MQTT1.59
Publisher Description
Exec Lua - Lua IDE & HTTP/MQTT -Development environment and runtime for Lua. HTTP/MQTT client. OpenAI GPT prompt
This app is a development environment for the scripting language Lua for Android. You can develop, run and manage Lua scripts.
The Lua scripts are executed by the Lua Script Engine 5.4.1.
Features:
- code execution
- syntax highlighting
- line numbering
- Input form
- save/open file
- http client (GET, POST, PUT, HEAD, OAUTH2, etc).
- REST client
- mqtt client (publish/subscribe)
- OpenAI Prompt Engineering.
- OpenAI chatbot example.
- Develop and test OpenAI GPT-3 prompts with lua script.
- JSON form designer for complex input handling
Android specific functions:
Open input form:
x = app.inputForm(title)
Open input form with a default value:
x = app.inputForm(title, default)
Show a pop up notification message:
x = app.toast(message)
HTTP request:
statuscode, content = app.httprequest(request)
OAuth2 support:
Browser flow.
Create JWT tokens(HS256)
MQTT support:
mqtt.connect(options)
mqtt.onMqttMessage(onMessage)
mqtt.subscribe(topic, qos)
mqtt.publish(topic, payload, qos, retained)
mqtt.disconnect()
Many sample files are included.
About Exec Lua - Lua IDE & HTTP/MQTT
The company that develops Exec Lua - Lua IDE & HTTP/MQTT is Michael Lauer. The latest version released by its developer is 1.59.
To install Exec Lua - Lua IDE & HTTP/MQTT on your Android device, just click the green Continue To App button above to start the installation process. The app is listed on our website since 2025-12-07 and was downloaded 3 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded app with your antivirus. Your antivirus may detect the Exec Lua - Lua IDE & HTTP/MQTT as malware as malware if the download link to de.mlauer.luatest is broken.
How to install Exec Lua - Lua IDE & HTTP/MQTT on your Android device:
- Click on the Continue To App button on our website. This will redirect you to Google Play.
- Once the Exec Lua - Lua IDE & HTTP/MQTT is shown in the Google Play listing of your Android device, you can start its download and installation. Tap on the Install button located below the search bar and to the right of the app icon.
- A pop-up window with the permissions required by Exec Lua - Lua IDE & HTTP/MQTT will be shown. Click on Accept to continue the process.
- Exec Lua - Lua IDE & HTTP/MQTT will be downloaded onto your device, displaying a progress. Once the download completes, the installation will start and you'll get a notification after the installation is finished.
Program Details
System requirements
Download information
Pricing
Version History
version 1.59
posted on 2025-12-07
QR code generator added.
version 1.52
posted on 2025-09-01
Bugfix: Appbar was hiding part of JSON form
version 1.50
posted on 2025-07-12
Support Android 15 (API-Level 35)
version 1.39
posted on 2024-11-21
Dark mode added. Can be customized in preferences.
version 1.36
posted on 2024-11-03
Added JSON form designer for complex input handling.
version 1.35
posted on 2024-09-12
Buy me a coffee menu link added.
version 1.32
posted on 2024-07-10
Support Android 14 (API-Level 34).
version 1.31
posted on 2024-06-15
Add Google Gemini chatbot example with speech to text support
version 1.29
posted on 2023-12-31
Add android text to speech api(text, country code):
app.speak("Good morning, lua", "en")
version 1.28
posted on 2023-11-05
Read OpenAI api key from preferences: app.openAiApiKey()



