Appalyzer is a desktop application developed with Electron and React, designed to encapsulate web applications into standalone native windows. It provides a modern and intuitive user interface that allows users to seamlessly convert their favorite websites into independent desktop applications, complete with persistent sessions.
- Native Web App Encapsulation: Transform any website into a standalone desktop application.
- Customizable Applications: Assign custom icons and names to each encapsulated web application.
- Persistent Sessions: Manage browsing sessions, cookies, and permissions independently for each application.
- Intelligent Session Handling: Securely manage sessions for encapsulated applications.
- Desktop Shortcuts: Create shortcuts for quick access to applications.
- Electron: For cross-platform desktop application development.
- React: For building dynamic and responsive user interfaces.
- Node.js: Backend integration and process handling.
-
Clone the repository:
git clone https://github.com/achillebourgault/appalyzer.git cd appalyzer -
Install dependencies:
npm install
-
Start the development environment:
npm start
-
Build the application for production:
npm run build npm run electron-pack
This project is licensed under the CC BY-NC 4.0 License.
For questions or suggestions, please reach out at achille.bourgault@gmail.com.

