Adobe AIR
Adobe AIR (Adobe Integrated Runtime) was a cross-platform runtime environment that let developers build desktop applications using web technologies - Flash, Flex, HTML, and JavaScript. Many popular desktop apps of the late 2000s ran on AIR, including TweetDeck, Balsamiq Mockups, and various media players.
What it did
AIR acted as a bridge between web technologies and desktop capabilities. Developers wrote applications using Flash/ActionScript or HTML/JavaScript, and AIR provided access to the file system, native windows, system tray, SQLite databases, and other desktop features that web browsers restricted. Users installed the AIR runtime once, and all AIR applications shared it.
Adobe ended its own support in 2020, but HARMAN International took over development and continues maintaining the SDK for existing applications and new development.
Advantages
- Enabled cross-platform desktop apps from web code
- Rich multimedia capabilities through Flash
- File system and native API access
- Still maintained by HARMAN for existing apps
Drawbacks
- Adobe dropped support in 2020
- Flash technology is deprecated everywhere
- Electron and Tauri replaced AIR for new development
- Most AIR applications have been rewritten or abandoned
Who it was for
Adobe AIR was for developers building desktop apps with web technologies and for users running AIR-based applications. With Flash deprecated across the industry, Electron (used by VS Code, Discord, Slack) and Tauri are the modern equivalents for building cross-platform desktop apps from web code. HARMAN maintains AIR for legacy applications that still depend on it.
Frequently Asked Questions
What was Adobe AIR?
Is Adobe AIR still available?
What replaced Adobe AIR?
Features & How-To Guide
| # | Feature | How to use |
|---|---|---|
| 1 | Adobe AIR application desktop execution | Install Adobe AIR › .air applications install and run like native Windows/macOS programs. |
| 2 | Programming library installation | Download the .air file › Double-click it › The AIR installer will guide you through the application installation process. |
| 3 | ActionScript and Flex application support | Runs applications written in ActionScript 3/Flex/MXML. Renders interfaces using the built-in Flash engine. |
| 4 | Automatic environment update | AIR checks for updates automatically › Click Update when the notification appears. |
| 5 | HTML and JavaScript application support | AIR supports applications built with HTML/CSS/JavaScript with access to the system API (files/clipboard/windows). |
| 6 | Local file system access | AIR applications can read and write files on the user's disk through the File API with sandbox permissions. |
| 7 | SQLite database support | AIR applications have built-in SQLite support for local data storage without an external server. |
| 8 | Offline work mode | AIR applications work without an internet connection. Data is synchronized once the connection is restored. |
| 9 | Installed AIR application management | Control Panel › Programs › List of AIR applications. Uninstall by right-clicking › Uninstall. |
| 10 | GPU hardware acceleration support | AIR uses the GPU for 2D/3D rendering via Stage3D. Accelerates games and graphics-intensive applications. |
| 11 | Drag and drop support | AIR applications support drag & drop of files from the operating system into the application window and vice versa. |
| 12 | System notification | AIR applications can display notifications in the system tray and icons in the Windows notification area. |
Related software categories
Similar Programs
Questions & Answers
Ask a Question
Our team and community are happy to help
No questions yet. Be the first to ask!