air

.airAdobe Integrated Runtime

Adobe Systems · 2007

Developer
Adobe Systems
Category
Executables
MIME Type
application/vnd.adobe.air-application-installer-package
First Released
2007
Open Format
No
File Signature
PK (indicating it's a ZIP archive)
At a Glance
.air
Adobe Integrated Runtime

Adobe AIR is a runtime environment used to deploy rich internet applications as standalone desktop or mobile apps.

Reviewed on June 13, 2026
Compression
Compressed (ZIP archive)
Transparency
N/A (Executable package)
Editability
Low (Requires source code and development tools)
Best for
Rich Internet Applications

Key Features

  • Cross-platform deployment (Windows, macOS, Linux, Android, iOS)
  • Utilizes web technologies (HTML, CSS, JavaScript, ActionScript) for app development
  • Standalone applications outside of a web browser
  • Access to local system resources and APIs

Best For

  • Developers familiar with web technologies who want to build desktop/mobile apps
  • Creating applications that need to run offline or access local files
  • Cross-platform development with a single codebase
  • Richly interactive user interfaces

Less Ideal For

  • Simple websites or web applications meant only for browser viewing
  • Applications requiring deep integration with very specific OS features not exposed by AIR
  • Extremely performance-critical applications where native code might be superior
  • Distribution on platforms that actively discourage or block AIR applications

Common Use Cases

  • Developing rich desktop applications with rich UI elements
  • Creating cross-platform mobile applications
  • Building interactive dashboards and data visualization tools
  • Distributing software that requires a richer user experience than a typical website

How to Open It

  1. Install the Adobe AIR runtime from the official Adobe website.
  2. Download the .air application file you wish to install.
  3. Double-click the .air file, and the Adobe AIR installer will launch.
  4. Follow the on-screen prompts to install the application.

What is a .air file?

Adobe AIR (Adobe Integrated Runtime) is a cross-platform runtime system that allows developers to build rich Internet applications (RIAs) that can be deployed on desktop and mobile devices. It enables web technologies like HTML, CSS, JavaScript, and ActionScript to be used for creating standalone applications that run outside of a web browser. AIR applications can access local system resources, which is a significant advantage over traditional web applications. This allows for more integrated and feature-rich user experiences.

Programs That Open .air Files

PlatformProgram
WindowsAdobe AIR RuntimeFreeOfficial
macOSAdobe AIR RuntimeFreeOfficial
LinuxAdobe AIR RuntimeFreeOfficial
AndroidAdobe AIR RuntimeFreeOfficial

Common Problems with .air Files

⚠️ Adobe AIR runtime not installed or outdated.
Ensure you have the latest version of Adobe AIR installed from the official Adobe website.
⚠️ Application fails to install or run.
Check system compatibility requirements for the specific AIR application and ensure your operating system is supported.
⚠️ Security warnings during installation.
Verify the source of the .air file; only install applications from trusted developers.

Frequently Asked Questions

Is Adobe AIR still supported?

Adobe ended support for Adobe AIR on June 30, 2021. While existing AIR applications may continue to function, no new updates or support are provided.

Can I create AIR applications without Adobe software?

While AIR applications are built using web technologies, the AIR runtime itself is developed by Adobe. Tools like Adobe Animate or Adobe Flash Builder were commonly used for development.

What is the difference between an AIR application and a web application?

AIR applications are installed and run like desktop or mobile programs, can work offline, and access system resources, whereas web applications run in a browser and are primarily dependent on an internet connection.

Technical Details

AIR applications are packaged as .air files, which are essentially ZIP archives containing application code (HTML, JavaScript, ActionScript), assets, and a descriptor file. This descriptor file specifies application metadata, permissions, and system requirements. The runtime environment interprets this package and executes the application, providing access to a sandboxed environment with optional native extensions for deeper system integration.

Did You Know?

Adobe AIR was originally intended as a successor to Adobe Flash applications, enabling richer interactivity on the desktop.
Despite Adobe's end of support, some developers continue to maintain and distribute AIR applications.

Security Information

Adobe AIR applications run in a sandbox by default, but they can request elevated privileges. Always ensure you trust the developer and the source of any .air file before installing it, as it can execute code on your system.

Related Extensions