An open API service indexing awesome lists of open source software.

https://github.com/bamboooz/magnetar

Your ultimate Windows toolbox
https://github.com/bamboooz/magnetar

desktop react rust toolbox typescript windows

Last synced: about 1 year ago
JSON representation

Your ultimate Windows toolbox

Awesome Lists containing this project

README

          


magnetar logo

magnetar


Your ultimate Windows toolbox

[![License](https://img.shields.io/github/license/Bamboooz/magnetar)](https://github.com/Bamboooz/magnetar/blob/main/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/Bamboooz/magnetar)](https://github.com/Bamboooz/magnetar/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/Bamboooz/magnetar)](https://github.com/Bamboooz/magnetar/issues)
[![GitHub release](https://img.shields.io/github/v/release/Bamboooz/magnetar)](https://github.com/Bamboooz/magnetar/releases)


magnetar preview



apps preview
games preview
commands preview

## Features

- 💻 Saving applications in a single place
- 🎮 Playing and installing your Steam games directly from the toolbox
- 🛠 Accessing your favorite commands and shortcuts
- ⚙️ Customizing your toolbox with your own settings (soon)
- 🔥 Very fast and lightweight (~7.5MB)

## Download

To download magnetar you simply need to visit the [latest GitHub release](https://github.com/Bamboooz/magnetar/releases/latest) page and download the installer / portable executable. The application might trigger a warning about the app being unsigned, but this is normal and can be ignored.

## Usage

Once installed, to open magnetar you need to press `Ctrl + Shift + P` and this will open the command palette.

You can find any additional information about the application [here](https://github.com/Bamboooz/magnetar/wiki).

## Building from source

To build magnetar from source you need to follow these steps:

1. Clone the magnetar repository from GitHub using this command or download the source code from this [url](https://github.com/Bamboooz/magnetar/releases/latest)

```bash
git clone https://github.com/Bamboooz/magnetar.git
```

2. Install the following prerequisites:

- [node.js](https://nodejs.org/en/download/prebuilt-installer)
- [pnpm](https://pnpm.io/installation#using-npm)
- [Rust compiler](https://www.rust-lang.org/tools/install)

3. Open the cloned / downloaded directory in a terminal and execute the following command

```bash
pnpm i
```

4. Now you are ready to run the app using this command

```bash
pnpm start
```

## Contributing

We welcome contributions from the community! Please see our [contributing guidelines](./.github/CONTRIBUTING.md) for more information.

## Support me

You can support me by buying me a coffee if you enjoy my work:


Ko-Fi

## License

This project is licensed under the [BSD-3 Clause License](LICENSE).