Syra is a lightweight, modern web browser built on Electron. It focuses on simplicity and performance, offering a clean browsing experience without the complexity and overhead of mainstream browsers.
The project is intentionally minimal, making it a practical starting point for developers who want to explore or build an Electron-based browser without dealing with millions of lines of legacy browser code.
Syra aims to provide a safe, transparent foundation for browser development while supporting a more open internet that prioritizes truth, safety, and user control.
- Tabbed Browsing: Manage multiple pages through a clean, simple tab interface.
- Lightweight Design: Minimal footprint optimized for speed and efficiency.
- Search Suggestions: Quickly choose from suggested search targets while typing.
- Bookmarks: Save and revisit your favorite websites with ease.
- Find in Page: Press
CTRL + Fto search for keywords within the current page. - Built with TypeScript & React: Uses modern technologies for maintainability and scalability.
- Node.js (latest LTS recommended): https://nodejs.org/en/download
corepack enableOn Linux systems, you may need elevated permissions:
sudo corepack enableClone the repository and install dependencies:
git clone https://github.com/Revalex-Technologies/Syra-Browser
cd Syra-Browser
yarn installyarn run buildRun the application in development mode:
yarn run devBefore contributing, all developers must read and agree to the Contributor License Agreement.
By submitting code, you confirm that:
- You have read and fully understood the agreement.
- You agree to its terms without exception.
Pull requests that do not explicitly acknowledge the CLA will be closed.
Syra Browser is an active work in progress. Planned improvements include additional features, UI/UX refinements, and ongoing performance optimizations.
This project is licensed under the GNU General Public License v3.0 (GPLv3).

