Release Notes
-
New support for a user level
air.toml. This is used as a fallback instead of Air's default settings whenever there isn't a project levelair.tomlavailable (#309):- On Linux and macOS, place it at
~/.config/air/air.toml. - On Windows, place it at
%APPDATA%\air\air.toml.
For shared projects, we highly recommend using a version controlled project level
air.tomlinstead to ensure that everyone shares the same settings. - On Linux and macOS, place it at
Install air 0.11.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/posit-dev/air/releases/download/0.11.0/air-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/posit-dev/air/releases/download/0.11.0/air-installer.ps1 | iex"Download air 0.11.0
| File | Platform | Checksum |
|---|---|---|
| air-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| air-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
| air-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum |
| air-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| air-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| air-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |