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

https://github.com/gergogyulai/magneto

Magneto 🧲: Automatically grab magnet links in Chrome. Privacy-focused and built with Svelte.
https://github.com/gergogyulai/magneto

chrome-extension magnet-link svelte torrents vite

Last synced: about 2 months ago
JSON representation

Magneto 🧲: Automatically grab magnet links in Chrome. Privacy-focused and built with Svelte.

Awesome Lists containing this project

README

          





magneto logo



never lose that magnet link again



magneto.crackhead.engineering




🧲 add to chrome




πŸ“ issues


πŸ’¬ discussions




magneto quietly saves every magnet link you stumble across. when torrent sites go down, your links stay safe.

### features
- πŸ”’ **privacy-first** β€” no tracking, no servers, no accounts. everything stays on your device.
- 🧩 **auto-detect** β€” magnet links are captured automatically while you browse.
- πŸŽ›οΈ **whitelist control** β€” only save links from sites you explicitly approve.
- πŸ“‚ **smart stash** β€” search, filter, and organize your link archive.
- πŸ“€ **easy export** β€” save as txt, json, or csv whenever you want.
- ⚑ **lightweight** β€” only 997 KB, minimal background footprint, built for speed.

### installation

#### extension store
the easiest way is through the chrome web store:
[**β†’ add magneto to chrome**](https://chrome.google.com/webstore/detail/magneto/your-extension-id) (not yet approved)
requires **chrome 114+**.
*(firefox & edge support coming soon)*

#### πŸ›  manual install
1. [download the latest release](https://github.com/gergogyulai/magneto/releases)
2. unzip it
3. open `chrome://extensions/`
4. enable **developer mode**
5. click **load unpacked** β†’ select the magneto folder

### development
magneto is built with **vite + svelte + typescript**.
you’ll need **bun** (or node.js 22+).

```bash
git clone https://github.com/gergogyulai/magneto.git
cd magneto
bun i
bun run dev
```

then load the extension from the `magneto/build` folder in `chrome://extensions/`.

to build manually:

```bash
bun run build
bun run zip
```

### ethics
magneto is a **personal archiving tool**.
it never sends or shares your data, and it takes **zero responsibility** for what you do with it.
**you control what’s collected, and you own your data.**

### contributing
want to improve magneto? thank you πŸ™
open an issue or PR here: [contribute on github](https://github.com/gergogyulai/magneto).

### license
magneto is open source, released under the [MIT license](LICENSE).