Download Local 9.1.0 (Beta) for Intel MacOS
- SHA1:
6976490cafc77e18f848f5aee19d4f86693beb19
Download Local 9.1.0 (Beta) for Apple Silicon MacOS
- SHA1:
d318310b37588b81cf7542e9eaf9e31ea9662141
Download Local 9.1.0 (Beta) for Windows
- SHA1:
8846724992f80199adb2e9eb41e9226d8828554b
Download Local 9.1.0 (Beta) as Linux deb
(Ubuntu, Debian, Mint)
- SHA1:
912566fdb7f170e9957ec066d189929707433e9c
Download Local 9.1.0 (Beta) as Linux rpm
(Fedora, Red Hat Linux, CentOS)
- SHA1:
af8fd09e64771c202f7af6c78b96032b54d7cfb6
What’s New in Local 9.1.0
Breaking Changes
- Local now requires macOS 12 or higher.
Features
- New sites you create with Local use PHP 8.2.23 instead of PHP 8.1.29. PHP 8.1.29 is still available to download if required.
- PHP 8.3.11 is available to download.
- The nginx version was updated from 1.16.0 to 1.26.1. Existing sites are automatically upgraded.
- nginx uses a native binary on Apple Silicon systems instead of an Intel binary.
- “Go to site folder” now reads “Site folder”.
- The “VS Code” button opens sites in new windows instead of replacing any existing open VS Code windows.
- “NEW” badges and banners were removed from Blueprints and Live Links menus.
- Local is configured to support Server Sent Events by default. nginx users will need to set
header( 'X-Accel-Buffering: no' );
in their PHP scripts for SSE to work. - .mjs files use the correct mime type.