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
- Host: GitHub
- URL: https://github.com/bamboooz/magnetar
- Owner: Bamboooz
- License: bsd-3-clause
- Created: 2024-03-12T20:24:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-14T22:15:28.000Z (over 1 year ago)
- Last Synced: 2025-04-24T10:44:35.261Z (about 1 year ago)
- Topics: desktop, react, rust, toolbox, typescript, windows
- Language: TypeScript
- Homepage: https://bamboooz.github.io/magnetar/
- Size: 23.7 MB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
magnetar
Your ultimate Windows toolbox
[](https://github.com/Bamboooz/magnetar/blob/main/LICENSE)
[](https://github.com/Bamboooz/magnetar/stargazers)
[](https://github.com/Bamboooz/magnetar/issues)
[](https://github.com/Bamboooz/magnetar/releases)

## 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:
## License
This project is licensed under the [BSD-3 Clause License](LICENSE).