# brackets-shell **Repository Path**: mirrors_FezVrasta/brackets-shell ## Basic Information - **Project Name**: brackets-shell - **Description**: CEF3-based application shell for Brackets. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Overview This is the new CEF3-based application shell for [Brackets](https://github.com/adobe/brackets). This replaces the old [brackets-app](https://github.com/adobe/brackets-app) shell. Please read the main [README in the brackets repo](https://github.com/adobe/brackets/blob/master/README.md) for general information about Brackets. If you are interested in contributing to this shell, let us know on the [brackets-dev Google Group](http://groups.google.com/group/brackets-dev), or on the [#brackets channel on freenode](http://webchat.freenode.net/?channels=brackets). If you run into any issues with this new shell, please file a bug in the [brackets issue tracker](https://github.com/adobe/brackets/issues). ## Running NOTE: There are no downloads for the brackets-shell. You either need to build from source, or grab the [latest Brackets installer](http://download.brackets.io) and run the shell from that. When the app is launched, it first looks for an index.html file in the following locations: * Mac - Brackets.app/Contents/dev/src/index.html, Brackets.app/Contents/www/index.html * Win - dev/src/index.html, www/index.html (these folders must be in the same folder as Brackets.exe) * Linux - dev/src/index.html, www/index.html (these folders must be in the same folder as the Brackets executable) If the index.html can't be found, you'll be prompted to find the brackets index.html file. Make sure you select the brackets/src/index.html file, and *not* some other file. The preferences are stored in `{USER}/Library/Application Support/Brackets/cef_data` on Mac, `{USER}\AppData\Roaming\Brackets\cef_data` on Windows, and `~/.Brackets/cef_data` on Linux. ## Building Information on building the app shell can be found on the [brackets-shell wiki](https://github.com/adobe/brackets-shell/wiki/Building-brackets-shell).