
Security News
152 Chrome Live Wallpaper Extensions Hid Ad Tracking and Faked Google Search Traffic
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.
@openparachute/notes
Advanced tools
Parachute Notes — the default frontend for Parachute. Browse, edit, and capture in any Parachute Vault.
The default frontend for Parachute. Browse, edit, and capture in any Parachute Vault.
Parachute Notes is a static single-page app that speaks directly to your vault over its HTTP API. Point it at any vault URL, do OAuth, and browse, edit, create, and visualize your notes. No opinion about how you organize your vault — just a clear window onto what's there.
v1 shipped; v0.2 in progress — offline-capable PWA. Public HTTPS exposure + the mobile-PWA install flow are under active polish for broad launch in the next few weeks. Today's smooth path is desktop-browser-on-localhost after parachute install notes.
Parachute Notes is installable as a Progressive Web App. Once installed, it runs in its own window, launches from your home screen or dock, and (from v0.2 onward) keeps working when you're offline.
A few iOS quirks worth knowing:
beforeinstallprompt event on iOS — the Add to Home Screen flow is manual.bun install
bun run dev
Open the dev URL, paste your vault URL, connect.
[[wikilinks]]/tags — browse and click through to filtered note listsnear query)/graph with search and tag filtersbun install
bun run build
# static output in dist/ — host anywhere
Vite + React 19 + TypeScript (strict), Tailwind CSS v4, Biome for lint/format, Vitest + Testing Library for tests.
bun run dev # dev server
bun run typecheck # tsc --noEmit across the project references
bun run lint # biome check
bun run lint:fix # biome check --write
bun run test # vitest run
bun run build # tsc -b && vite build
By default the dev server binds to localhost and rejects Host headers it
doesn't recognize. Set VITE_EXPOSE=true to bind to all interfaces and accept
any Host — useful when reaching the dev server from another device on your
tailnet:
VITE_EXPOSE=true bun run dev
AGPL-3.0 — same as Parachute Vault.
FAQs
Parachute Notes — the default frontend for Parachute. Browse, edit, and capture in any Parachute Vault.
We found that @openparachute/notes demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.