Skip to content

Latest commit

 

History

History
98 lines (72 loc) · 2.97 KB

File metadata and controls

98 lines (72 loc) · 2.97 KB

Lilite Logo

Lilite

A clean Linux command builder inspired by Ninite.

React TypeScript Vite Tailwind CSS shadcn/ui License Status

Overview

Lilite is a Linux command builder inspired by Ninite.
It helps users generate install commands for common Linux apps and packages across:

Arch-based Fedora-based Debian-based

Lilite only generates commands. It never installs software automatically.

Why Lilite?

  • Fast, minimal workflow
  • Transparent command output
  • Official repositories only
  • No scripts, no hidden execution

Key Features

  • Distro family selection
  • Package/app selection UI
  • Live command preview flow
  • One grouped install command output
  • Copy command with one click
  • Official repositories only (no AUR, Snap, Flatpak, COPR, AppImage, or external repos)

Routes

Route Purpose
/ Home page
/get-started Distro chooser
/distro/arch-based Arch-based builder
/distro/debian-based Debian-based builder
/distro/fedora-based Fedora-based builder

Getting Started

1. Clone the repository

git clone https://github.com/med6ba/lilite.git
cd lilite

2. Install dependencies

npm install

3. Run the development server

npm run dev

Contributing

Contributions are welcome. You can help by:

  • adding more verified apps/packages from official repositories
  • expanding the shared cross-distro app catalog with popular official-repo packages
  • improving the website and layout
  • refining UI/UX details
  • fixing bugs
  • improving code quality and maintainability

Please keep contributions aligned with Lilite’s core behavior: safe, manual command generation only.

License

This project is licensed under the MIT License.
See LICENSE for details.

Copyright

© 2026 Lilite. All rights reserved.