Home

Awesome

<!-- SPDX-FileCopyrightText: Simon Schneegans <code@simonschneegans.de> SPDX-License-Identifier: CC-BY-4.0 --> <p align="center"> <a href="https://www.youtube.com/watch?v=vOE7EAlPUwE"><img src="docs/img/video.jpg" /></a> </p>

checks codeql reuse translate downloads sponsors Discord docs

What is Kando?

Kando is a cross-platform pie menu for your desktop. It offers an unconventional, fast, highly efficient, and fun way of interacting with your computer! You can use Kando to launch applications, simulate keyboard shortcuts, open files, and much more.

Kando is designed to be used with 🖱️ mouse, 🖊️ stylus, or 👆 touch input. If you have both hands at your keyboard most of the time, Kando is maybe not the right tool for you.

You are welcome to join the 💬 Discord server to discuss the project, ask questions, or just to hang out with other Kando enthusiasts!

<p align="center"> <img src="docs/img/kando.gif"/> </p>

Platform Support

Implementing a menu like Kando in a cross-platform manner is not exactly easy. Things like getting the mouse position before opening a window, simulating key presses, or getting the name of the currently focused application window has to be implemented differently on each platform.

For now, Kando has been tested on the following platforms:

Tested EnvironmentStatusNotes
<img height="14" width="14" src="https://upload.wikimedia.org/wikipedia/commons/c/c4/Windows_logo_-_2021_%28Black%29.svg" /> Windows:heavy_check_mark:
<img height="14" width="14" src="https://cdn.simpleicons.org/apple" /> macOS:heavy_check_mark:
<img height="14" width="14" src="https://cdn.simpleicons.org/linux/black" /> GNOME / X11:heavy_check_mark:
<img height="14" width="14" src="https://cdn.simpleicons.org/linux/black" /> GNOME / Wayland:heavy_check_mark:Requires adapter GNOME Shell extension which provides a DBus interface for Kando to communicate with.
<img height="14" width="14" src="https://cdn.simpleicons.org/linux/black" /> KDE / X11:heavy_check_mark:
<img height="14" width="14" src="https://cdn.simpleicons.org/linux/black" /> KDE / Wayland:heavy_check_mark:Works both on Plasma 5 and Plasma 6. See platform-specific notes for some details.
<img height="14" width="14" src="https://cdn.simpleicons.org/linux/black" /> Hyprland:heavy_check_mark:See platform-specific notes for some details.
<img height="14" width="14" src="https://cdn.simpleicons.org/linux/black" /> XFCE:heavy_check_mark:
<img height="14" width="14" src="https://cdn.simpleicons.org/linux/black" /> MATE:heavy_check_mark:
<img height="14" width="14" src="https://cdn.simpleicons.org/linux/black" /> Budgie:heavy_check_mark:
<img height="14" width="14" src="https://cdn.simpleicons.org/linux/black" /> Cinnamon:heavy_check_mark:
<img height="14" width="14" src="https://cdn.simpleicons.org/linux/black" /> LXQt:heavy_check_mark:
<img height="14" width="14" src="https://cdn.simpleicons.org/linux/black" /> LXDE:heavy_check_mark:Requires a compositor for the transparency to work.
<img height="14" width="14" src="https://cdn.simpleicons.org/linux/black" /> Openbox:heavy_check_mark:Requires a compositor for the transparency to work.
<img height="14" width="14" src="https://cdn.simpleicons.org/linux/black" /> i3:heavy_check_mark:Requires a compositor for the transparency to work.
<img height="14" width="14" src="https://cdn.simpleicons.org/linux/black" /> dusk:heavy_check_mark:Requires a compositor for the transparency to work. See platform-specific notes for some details.

:package: Installation

You can either download a prebuilt binary or compile Kando yourself. For both approaches there are instructions available in the :memo: Installation Guide.

:rocket: Getting Started

Kando comes with an example menu which you can open by pressing <kbd>Ctrl</kbd>+<kbd>Space</kbd> on most platforms. This is great to get a first impression! To learn some basics about the interaction with Kando, you can have a look at the :memo: Usage Guide.

Once you are familiar with the basics, you can start creating your own menus. Learn how to create your own menus in the :memo: Configuration Guide!

:revolving_hearts: I want to contribute!

I am creating Kando out of sheer passion. It is completely free, and I am not planning to monetize it in any way. But I would be very happy if you could support the project with creative ideas, code contributions, or by sharing it with your friends and followers! 💖

There are always some open issues labeled as good first issue which are a great starting point for new contributors. Just drop a comment if you want to work on one of these issues, and we can discuss the details!

While direct contributions are the most awesome way to support the development, donations will encourage me to invest my spare time for developing free and open-source software.

kofi github paypal crypto

These awesome people have already donated to the development of my open-source projects:

<a href="https://schneegans.github.io/sponsors/"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://schneegans.github.io/sponsors/sponsors_dark_small.svg"> <img alt="Sponsors List" src="https://schneegans.github.io/sponsors/sponsors_light_small.svg#gh-light-mode-only"> </picture> </a>

Credits

This README uses icons from Simple Icons.

<p align="center"><img src ="docs/img/hr.svg" /></p>