A privacy-first web browser powered by Tiamat Core
Vaelix is a modern web browser built with Rust, focusing on privacy protection and EU law compliance. It features a modular architecture with Tiamat Core at its center, providing robust HTML/CSS rendering capabilities.
- Current Phase: Phase 1 - Project Foundation
- Timeline: June 15 - July 15, 2025
- Next Milestone: Basic HTML/CSS Parser Implementation
The heart of Vaelix, providing:
- HTML5/CSS3 rendering engine
- Privacy-first network stack
- Extension support system
Handles browser UI components:
- Tab management
- Window controls
- Navigation system
Modern interface toolkit:
- Custom widgets
- Theme support
- Accessibility features
EU compliance features:
- GDPR implementation
- ePrivacy directives
- Consent management
Enhanced protection:
- Tracker blocking
- Ad filtering
- Anti-fingerprinting
# Install Rust (2024 edition)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Clone repository
git clone https://github.com/yourusername/Vaelix.git
cd Vaelix
# Build project
cargo build
# Run tests
cargo test
See docs/CONTRIBUTING.md
for development guidelines.
Project roadmap available in plan.md
.
MIT License - See LICENSE
for details.