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.
- Host: GitHub
- URL: https://github.com/gergogyulai/magneto
- Owner: gergogyulai
- License: mit
- Created: 2025-02-23T14:01:55.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-14T20:48:00.000Z (9 months ago)
- Last Synced: 2025-03-14T21:35:45.298Z (9 months ago)
- Topics: chrome-extension, magnet-link, svelte, torrents, vite
- Language: Svelte
- Homepage:
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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).