GRASP • Git Repositories Authorized via Signed-Nostr Proofs
ngit.dev·4h
Flag this post

Why Grasp?

Today’s Git hosting is centralized. Grasp flips the model: you pre-authorize pushes via signed Nostr events, then any compliant server can host your repo. Discover, push, and pull from multiple Grasp servers for resilience and censorship resistance.

Protocol Overview

Grasp defines two core services at a single HTTP(S) endpoint:

Smart HTTP Git service

  • Repos live at /<npub>/<identifier>.git
  • No user auth – pushes are validated against the latest signed Nostr state
  • CORS origin * allows web app access

Nostr Relay

  • Auto-creates blank repos on repository-announcement events that list this instance
  • Accepts events related to hosted repositories

This really simple foundation allows enables Nostr to become the authority and git servers to become dist…

Similar Posts

Loading similar posts...