Lampix Apps API
  • Introduction
  • Application Development
    • Getting Started
      • Up and Running
      • Boilerplate
    • Step by step app
      • What We'll Build
      • Environment Setup
      • Styling
      • HTML Structure
      • NeuralNetworkClassifier
      • MovementBasedSegmenter
      • Final Step
      • Extras
    • LampixJS
      • API Reference
        • Watcher
        • RegisteredWatcher
        • .watchers.add
        • .watchers.remove
        • .watchers.pauseAll
        • .watchers.resumeAll
        • .presets.button
        • .helpers.rectangle
        • getLampixInfo
        • switchToApp
        • exit
        • getApps
        • getAppConfig
        • getAppMetadata
        • writeJsonToFile
        • readJsonFromFile
        • transformRectCoords
        • constants
      • Examples
        • NeuralNetworkClassifier: Buttons
        • MovementBasedSegmenter
        • Counter App
      • Migrating from v0.x.x to v1.0.0-beta.x
      • Ecosystem
    • Deploying
      • Application Structure (production)
      • Local Deploy
    • Standard Watchers
    • Custom Watchers
      • Description
      • Environment Setup
      • Directory Structure
      • End result
      • QRCodeDetector implementation
    • Community
  • Lampix Simulator
    • Installation
    • Usage
      • Basics
Powered by GitBook
On this page
  • Download
  • Linux extra step
  • Considerations

Was this helpful?

  1. Lampix Simulator

Installation

PreviousCommunityNextUsage

Last updated 6 years ago

Was this helpful?

Download

Linux extra step

Make the .AppImage file executable.

  • chmod +x <path-to-AppImage>

  • Run

Considerations

  • Windows and macOS versions are signed (Linux does not require this)

  • Windows version may still warn against running the app, in spite of being signed, due to the nature of the certificate used. In short, there are two certificate types for Windows, one of which can be used with a cloud based CI/CD platform and builds trust over time.

  • auto updates are enabled on all platforms

Windows
macOS
Linux