#KeepAndroidOpen — Android's open source future is under threat. Learn more →
New: CryFox — A private, secure, and fast Firefox fork. Try it now →

Documentation

Welcome to the arcbase documentation. Everything you need to get started with our open source projects.

Installation

Most arcbase tools are available through GitHub releases or package managers.

bash
# Clone any arcbase project
git clone https://github.com/arcbasehq/{project}.git
cd {project}

# Follow project-specific setup
cat README.md

Quick Start

Get up and running in minutes with any of our projects.

01

Choose a Project

Browse our projects and find one that fits your needs.

02

Clone & Setup

Clone the repository and follow the setup instructions.

03

Start Building

Run the project locally and start contributing.

Sentinel

Open source security for the modern web. Sentinel provides automated vulnerability scanning, dependency auditing, and security monitoring.

Installation

bash
npm install -g @arcbase/sentinel

Usage

bash
# Run a security scan
sentinel scan

# Audit dependencies
sentinel audit

# Generate report
sentinel report --format html

CryFox

A private, secure, and fast Firefox fork. Built for users who value privacy and performance.

Installation

bash
# Download from GitHub releases
curl -L -o cryfox.tar.gz https://github.com/arcbasehq/cryfox/releases/latest
tar -xzf cryfox.tar.gz

Features

  • Zero telemetry — your data stays on your device
  • Built-in tracker blocking
  • Fingerprint hardening
  • Performance optimized
  • 100% open source

ArcOSINT

Advanced OSINT in a secure, modern terminal UI. Email, username, IP, domain, and phone intelligence.

Installation

bash
pip install arcbase-osint

Community

Join thousands of developers and users building the future of open source.

Contributing

We welcome contributions of all kinds. Here's how you can help.

bash
# Fork the repo
git fork https://github.com/arcbasehq/{project}

# Create a feature branch
git checkout -b feature/my-feature

# Make changes and commit
git commit -m "Add my feature"

# Push and create PR
git push origin feature/my-feature

Support

Need help? We're here for you.

  • GitHub Issues — Report bugs and request features
  • Email — arcbase@tuta.io
  • Community — Join our growing community