SelfSearch - P2P search engine 版本历史 - 13 个版本
SelfSearch - P2P search engine 作者: Hommelwater
SelfSearch - P2P search engine 版本历史 - 13 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 1.2.2
发布于 2026年8月14日 - 104.25 KB适用于 firefox 109.0a1 及更高版本- removed dead code
- added privacy notifications for adding peers
源代码遵循 FUTO License 发布
版本 1.2.0
发布于 2026年8月14日 - 104.83 KB适用于 firefox 109.0a1 及更高版本SelfSearch 1.2.0 - Release Notes
SelfSearch has been rewritten. It is now a serverless peer-to-peer extension: the server is gone and the entire search engine runs inside the browser, with no backend, no accounts, and no cloud.
What changed- Fully local engine. Click the icon to index a page; titles, keywords, and descriptions are extracted locally from the page's own text. No cloud, no API keys, no host permissions.
- No server to install. Load the extension, index pages, search. No setup script, no domain, no login.
Search across a trusted network (opt-in)- Nostr identity. Your keypair is your address (npub); the secret key stays in your extension storage.
- Friends and invites. Add friends by npub, or send a friend invite that both sides accept automatically.
- WebRTC mesh. Peers connect directly over WebRTC; relays are used only for connection signaling and friend invitations.
- Bloom-filter routing. Queries fan out over a hop-limited web of trust (default 2 hops), so you can find content in your friends' networks.
- Streaming results. Answers appear as they arrive, attributed to the author, not whoever relayed them.
Trust and integrity- Signed docs. Every doc served to peers carries a per-doc author signature. Caches verify before storing; unsigned or tampered docs are dropped, and forged answers are never shown.
- Signed tombstones. Deleting a page publishes a signed delete that propagates through the mesh, so cached copies of deleted pages disappear.
- Self-healing repair. A manifest of your docs detects loss or corruption and restores authentic copies from peers.
- Last-write-wins. Doc caches and profile sync never let an older copy roll back a newer one.
Redundancy- docCache. Peers' docs are cached on-demand from query answers and proactively backfilled from direct friends, so content survives a peer going offline and stays searchable.
- Peers feed. See who your peers are and what they have recently indexed.
Multi-device sync- Enter the same nsec on another device to make it the same identity; devices sharing a key link automatically and replicate your index (last-write-wins), so all your devices converge.
- Profile updates (name/avatar/bio) sync across your devices too.
Quality of life- Omnibox search (ss <query>), Alt+Shift+S, or the search page hub with Search / Peers / Profile tabs.
- Privacy and bandwidth. Share text metadata only, the application no longer takes screenshots and does text keyword extraction instead. Relays only carry signaling and invites.
What didn't change- Text-only metadata;
- A clear privacy policy (see PRIVACY.txt).
Development- The project is dependency-free: pure ES modules with relative imports. Tests run with Node's built-in runner - node test/run.mjs (30 tests). No npm, no build step, nothing to install.
(see github for more info)
源代码遵循 FUTO License 发布
版本 1.1.8
发布于 2026年4月29日 - 39.55 KB适用于 firefox 109.0a1 及更高版本- Bug fix: update tokens properly when visiting search pages.
- Bug fix: deleting a server now lets the user re-add it.
源代码遵循 FUTO License 发布
版本 1.1.7
发布于 2026年4月24日 - 39.44 KB适用于 firefox 109.0a1 及更高版本- Fixed a permission issue.
源代码遵循 FUTO License 发布
版本 1.1.6
发布于 2026年4月23日 - 39.43 KB适用于 firefox 109.0a1 及更高版本- Fixed a bug that stopped users from indexing pages!
源代码遵循 FUTO License 发布
版本 1.1.5
发布于 2026年4月23日 - 39.37 KB适用于 firefox 109.0a1 及更高版本- Removed host_permission requirement and tabs permission, added scripting permission
- Force HTTPS on the servers for improved privacy and security
- Popup to add a server now only shows up when the user opens the add-on on a SelfSearch server
源代码遵循 FUTO License 发布
版本 1.1.3
发布于 2026年4月22日 - 38.12 KB适用于 firefox 109.0 及更高版本- Added icon
- Changed text to remove old reference to Bombus (now swapped with SelfSearch)
源代码遵循 FUTO License 发布
版本 1.1.2
发布于 2026年4月21日 - 13.79 KB适用于 firefox 109.0 及更高版本- Updated plugin to match new server endpoint
- You can now optionally let the server store the screenshot
源代码遵循 FUTO License 发布
版本 1.1.1
发布于 2026年4月15日 - 13.4 KB适用于 firefox 58.0 及更高版本- Improved image handling, allowing for larger images and faster indexing.
源代码遵循 FUTO License 发布
版本 1.1.0
发布于 2026年4月15日 - 13.33 KB适用于 firefox 58.0 及更高版本- Improved UI:
- Added a popup when visiting search servers to add the server to the add-on's server list
- Improved add-on styling
- Standalone server, the project is now separated from Bombus and called SelfSearch (https://github.com/HommelWater/SelfSearch)
源代码遵循 FUTO License 发布
- Improved UI: