Skip to content

Revalex-Technologies/Syra-Browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Syra Browser Banner GPLv3 Discord Build Status Downloads

Overview

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.

Project Goal

Syra aims to provide a safe, transparent foundation for browser development while supporting a more open internet that prioritizes truth, safety, and user control.

Features

  • 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 + F to search for keywords within the current page.
  • Built with TypeScript & React: Uses modern technologies for maintainability and scalability.

Getting Started

Requirements

Enable Corepack

corepack enable

On Linux systems, you may need elevated permissions:

sudo corepack enable

Installation

Clone the repository and install dependencies:

git clone https://github.com/Revalex-Technologies/Syra-Browser
cd Syra-Browser
yarn install

Production Build

yarn run build

Development

Run the application in development mode:

yarn run dev

Contributor License Agreement 🔒

Before 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.


Future Plans

Syra Browser is an active work in progress. Planned improvements include additional features, UI/UX refinements, and ongoing performance optimizations.


License

This project is licensed under the GNU General Public License v3.0 (GPLv3).