Astra Image is an open-source web app providing user-friendly image editing tools, with all processing occurring client-side for optimal privacy and security.
Astra Image is a open-source web application that offers an array of user-friendly image editing and processing tools. By performing all image processing tasks on the client-side, Astra Image ensures the utmost privacy and security for user data, eliminating privacy concerns.
To get started with Astra Image, you'll first need to clone the repository:
git clone https://github.com/AstraSurge/astra-image.git
cd astra-image
Next, install the project's dependencies using Yarn:
yarn install
To start the development server, run the following command:
yarn dev
This will start the development server on http://localhost:3000. You can now access the app in your browser and begin making changes to the code.
Astra Image is licensed under the GNU General Public License v3.0 (GPL-3). This license allows you to use, modify, and distribute the code, provided that any changes or derived works are also released under the GPL-3 license. For more details on the terms and conditions of the GPL-3 license, please refer to the LICENSE file in the repository.