Skip to content
/ flux Public

Lightweight, open-source command shell for efficient terminal workflows.

License

Notifications You must be signed in to change notification settings

lomarco/flux

Repository files navigation

Flux

A lightweight, open-source GNU/Linux command shell

🐞 Report a Bug · ✨ Request a Feature · 💬 Ask a Question


Table of Contents

About

Flux was created to provide a command shell that eliminates unnecessary complexity while maintaining speed and reliability.

As an open-source, lightweight GNU/Linux shell, Flux delivers a streamlined terminal experience - fast startup, intuitive usage, and free from excess features that slow down workflows.

Why Flux?

  • Faster than Bash and Zsh: Flux starts up in milliseconds, making it ideal for scripting, embedded systems, and power users who value speed.
  • Focused functionality: Includes only essential tools for daily tasks.
  • Easy to build and hack: Clean codebase, minimal dependencies, and clear documentation make it perfect for contributors and system integrators.
  • Ideal for old hardware: Flux consumes less RAM and CPU, breathing new life into legacy systems.
  • Open-source and community-driven: Transparent development, MIT license, and open to feature requests.

Tired of slow shell startups and bloated configs? Flux is your solution.

Features

  • 🚀 Instant startup - launches in milliseconds
  • 🧩 Minimal dependencies - easy to build and install
  • Low resource usage - ideal for embedded and legacy systems
  • 🔒 Open-source (MIT License)

Requirements

  • GNU/Linux
  • GCC or Clang/LLVM (recommended)
  • make utility

Getting Started

Build Flux

make

Builds Flux with default settings.

Build with LLVM (Recommended)

make LLVM=1

Builds Flux using LLVM for better performance.

Install

sudo make install

Installs Flux system-wide.

Quick install

make LLVM=1 && sudo make install && make clean

Launch Flux

flux

👩‍💻 Development

See the Style Guide for internal development standards.


📄 License

Flux is licensed under the MIT. See the LICENSE for details.


👤 Copyright

© 2025 lomarco. All rights reserved.

About

Lightweight, open-source command shell for efficient terminal workflows.

Topics

Resources

License

Stars

Watchers

Forks