Skip to content

AugustLigh/LLauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

🚀 LLauncher

A native Linux launcher for Arknights: Endfield

Built with Tauri v2, React, and Rust

Tauri React Rust License


изображение

LLauncher is a lightweight, native Linux launcher for Arknights: Endfield. It handles game installation, updates, and launching through Proton — no Steam or Lutris required.

Download: https://github.com/AugustLigh/LLauncher/releases/tag/LLauncher

Features

  • One-click install & launch — download, verify, extract, and play
  • Auto-updates — detects new game versions and patches seamlessly
  • Proton management — download and manage DWProton versions directly from the launcher
  • Multi-threaded downloads — up to 8 concurrent connections with per-worker speed limiting
  • File verification — MD5 checksum validation for every downloaded file, with smart skip for already verified files
  • System tray — minimize to tray, launch from tray
  • In-app news — announcements and updates from the official API
  • Configurable launch options — Gamemode, MangoHUD, DXVK Async, Wayland, custom env vars and arguments
  • System checks — warns about missing dependencies (7z, Proton, ntsync)
  • Custom UI — glassmorphism-styled interface with no system decorations

Prerequisites

  • Linux (x86_64)
  • Node.js >= 18 and npm (or yarn)
  • Rust toolchain (rustup)
  • System libraries for Tauri v2 — see the Tauri prerequisites
  • 7z (p7zip-full) — required for game extraction
  • A Proton build (DWProton can be downloaded from within the launcher)

Getting Started

# Clone the repository
git clone https://github.com/your-username/LLauncher.git
cd LLauncher

# Install frontend dependencies
npm install

# Run in development mode
npx tauri dev

Building

npx tauri build

Release bundles will be created in src-tauri/target/release/bundle/:

Format Path
AppImage bundle/appimage/LLauncher_0.1.0_amd64.AppImage
.deb bundle/deb/LLauncher_0.1.0_amd64.deb
.rpm bundle/rpm/LLauncher-0.1.0-1.x86_64.rpm

Configuration

Settings are stored in ~/.config/llauncher/settings.json and can be edited through the in-app settings panel.

Category Options
Paths Game directory, download directory, Proton directory
Proton Manage installed versions, download DWProton, system check results
Launch Gamemode, MangoHUD, Vulkan, Wayland, DXVK Async, on-launch action
Downloads Speed limit, concurrent connections, custom env vars, launch args
изображение

Default paths:

Game:   ~/Games/ArknightsEndfield
Proton: ~/.local/share/llauncher/proton
Config: ~/.config/llauncher/settings.json
Logs:   ~/.config/llauncher/launch.log

Project Structure

LLauncher/
├── src/                        # React frontend
│   ├── components/
│   │   ├── layout/             #   TitleBar, MainLayout
│   │   ├── home/               #   HomePage, ActionButton, GameStatus, ProgressBar, ...
│   │   ├── settings/           #   SettingsModal, PathSelector, LanguageSelector
│   │   └── common/             #   SystemWarning, GlassCard, IconButton
│   ├── hooks/                  #   useDownload, useGameState, useSettings, ...
│   ├── styles/                 #   CSS variables, animations, global styles
│   └── utils/                  #   Formatting helpers
├── src-tauri/                  # Rust backend
│   └── src/
│       ├── api/                #   API client, types, constants
│       ├── config/             #   Settings persistence, path management
│       ├── download/           #   Download manager, workers, extraction, verification
│       ├── game/               #   Game state detection, Proton launching
│       ├── commands.rs         #   Tauri command handlers
│       └── lib.rs              #   App setup and plugin registration
├── package.json
└── vite.config.js

Tech Stack

Layer Technology
Frontend React 18, Vite 6, CSS3
Backend Rust, Tauri v2
HTTP reqwest (async, streaming)
Crypto md-5 (file verification)
Runtime Tokio (async, multi-threaded)

Contributing

Contributions are welcome! Feel free to open issues and pull requests.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/my-feature)
  3. Commit your changes (git commit -m 'Add my feature')
  4. Push to the branch (git push origin feature/my-feature)
  5. Open a Pull Request

Disclaimer

This project is not affiliated with Gryphline, Hypergryph, or any of their subsidiaries. Arknights: Endfield is a trademark of Gryphline/Hypergryph. This is a community-made tool.

License

This project is licensed under the MIT License.

📢 P.S: Source code will be add later

About

Launcher for Arknight Enfield on linux!

Resources

Stars

Watchers

Forks

Packages