aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/docs/content/en/index.mdx
blob: 9dee19f857446aa10e91a6a8f6a0e80426918e07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
---
title: Welcome to DropOut
description: Modern, reproducible, and developer-grade Minecraft launcher
---

# Welcome to DropOut

DropOut is a modern Minecraft launcher built with Tauri v2 and Rust, designed for players who value control, transparency, and long-term stability.

<div style={{ textAlign: 'center', margin: '2rem 0' }}>
  <img src="/image.png" alt="DropOut Launcher" style={{ maxWidth: '700px', borderRadius: '8px' }} />
</div>

## Why DropOut?

Most Minecraft launchers focus on getting you into the game. DropOut focuses on keeping your game **stable**, **debuggable**, and **reproducible**.

- Your instance worked yesterday but broke today? → **DropOut makes it traceable.**
- Sharing a modpack means zipping gigabytes? → **DropOut shares exact dependency manifests.**
- Java, loader, mods, configs drift out of sync? → **DropOut locks them together.**

This launcher is built for players who value control, transparency, and long-term stability.

## Quick Links

<Cards>
  <Card 
    title="Getting Started" 
    href="getting-started"
    description="Install and set up DropOut in minutes"
  />
  <Card 
    title="Features" 
    href="features"
    description="Explore all the capabilities of DropOut"
  />
  <Card 
    title="Architecture" 
    href="architecture"
    description="Learn about the technical design"
  />
  <Card 
    title="Development" 
    href="development"
    description="Build and contribute to DropOut"
  />
</Cards>

## Key Features

### High Performance
Built with Rust and Tauri for minimal resource usage and fast startup times.

### Modern UI
Clean, distraction-free interface with Svelte 5, Tailwind CSS 4, and particle effects.

### Secure Authentication
Microsoft OAuth 2.0 with device code flow and offline authentication support.

### Mod Loader Support
Built-in installation for Fabric and Forge with automatic version management.

### Java Management
Automatic detection of installed Java versions and integrated downloader for Adoptium JDK/JRE.

### Instance System
Isolated game environments with independent configurations, mods, and saves.

### AI Assistant
Built-in AI helper for troubleshooting, configuration, and guidance.

### Fast Downloads
Concurrent asset and library downloads with resume support and progress tracking.

## Technology Stack

- **Backend**: Rust with Tauri v2
- **Frontend**: Svelte 5 with runes
- **Styling**: Tailwind CSS 4
- **Build Tool**: Vite with Rolldown
- **Documentation**: Fumadocs with React Router

## Community

- **GitHub**: [HydroRoll-Team/DropOut](https://github.com/HydroRoll-Team/DropOut)
- **Issues**: [Report bugs](https://github.com/HydroRoll-Team/DropOut/issues)
- **Roadmap**: [View development roadmap](https://roadmap.sh/r/minecraft-launcher-dev)

## License

DropOut is open source software licensed under the MIT License.

---

Ready to get started? Check out the [Getting Started Guide](getting-started)!