Skip to content

The Bitcoin Lightning Browser Extension that brings deep Lightning & Nostr integration to the web. Wallet interface to multiple lightning nodes and key signer for Nostr, Liquid and onchain use.

License

Notifications You must be signed in to change notification settings

getAlby/lightning-browser-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Alby Logo

⚑ Alby - Lightning Browser Extension

Seamlessly bring Bitcoin's Lightning Network to your browser.

The Alby browser extension seamlessly integrates the Bitcoin Lightning Network into websites, enabling both payments and authentication flows.

Designed to be a lightweight and efficient web extension, Alby allows browsers to interact with the Lightning Network programmatically. It focuses on web payments rather than advanced node management, ensuring a simple and intuitive user experience.

Alby implements the WebLN standard, providing a universal interface for websites to:

  • Connect to Lightning Network nodes
  • Request payments, invoices, signatures, and logins
  • Enable a smooth and frictionless web payment experience
  • The extension supports both custodial and non-custodial setups, making it flexible for different use cases

🌟 Key Features

  • Custom Budgets & Allowances - Enable auto-payments and payment streams.
  • Multiple Accounts - Supports different Lightning node backends (e.g., LND, CLN, custodial options).
  • Full WebLN Support - Send & receive payments, generate invoices, signMessage, verifyMessage, dynamic makeInvoice and more.
  • LNURL Support - Seamless LNURL-pay, LNURL-auth, and LNURL-withdraw integrations.
  • Keysend Payments - Send payments without an invoice.
  • Payment History & Metadata - Track transactions with additional website metadata.

🐝 About Alby

Alby is open-source, our goal is to create the best online experience to consume and reward content and services online.

🌎 Browser Support

Extension supports

βœ… All Chromium-based browsers (Chrome, Edge, Opera, Brave, etc.)
βœ… Firefox desktop and mobile
πŸš€ More browsers coming soon...

πŸ›  Installation

Official Release

Add Alby to your browser

Nightly Builds (Latest Development Version)

  • Firefox Nightly - best to install it as a temporary add-on as discussed in the "Load extension into browser" section
  • Chrome Nightly
    • for Chrome: go to chrome://extensions/, enable "Developer mode" (top right), and drag & drop the file in the browser
    • for Edge: go to edge://extensions/, enable "Developer mode" (left column), and load the unpacked file in the browser

⚠️ Note: Updating may require reconfiguring your wallet.

πŸ›οΈ Architecture

architecture

πŸ›  Development

We welcome and appreciate new contributions! πŸŽ‰ To get started, Refer to SETUP.md for info regarding how to set up Alby

πŸ‘¨β€πŸ’» Developer

🎨 Designer

🌍 Anyone

🀝 Native Companions

Alby supports native connectors to native applications on the host computer. For this, the extension passes each call to a native application (using native messaging). This allows Alby also to connect to nodes behind Tor (through this native "proxy" application).

Currently, there is one native companion app available to connect to Tor nodes: https://github.com/getAlby/alby-companion-rs

πŸ’¬ Join the conversation

❔ FAQs

Why not use Joule?

Joule is a full interface to manage a LND node. It only supports one LND account. Our goal is NOT to write a full UI for a Lightning Network node with all the channel management features, but instead to only focus on what is necessary for the web (for payment and authentication flows). We believe there are already way better management UIs. Also, we focus on supporting multiple different node backends (non-custodial and custodial).

What is WebLN?

WebLN is a library and set of specifications for lightning apps and client providers to facilitate communication between apps and users' lightning nodes in a secure way. It provides a programmatic, permissioned interface for letting applications ask users to send payments, generate invoices to receive payments, and much more. This documentation covers how to use WebLN in your Lightning-driven applications.

Is there a bounty program and can I contribute?

Yes. Thanks to generous donors, Alby is able to offer several bounties. You can find them on our Wiki page. If you want to support Alby's bounty program, please donate here. We greatly appreciate your contribution! πŸ™

⚑️ Donations

Want to support the work on Alby?

Support the Alby team ⚑️[email protected] You can also contribute to our bounty program: ⚑️[email protected]

πŸŽ‰ Thanks

Based on the web extension starter kit: /abhijithvijayan/web-extension-starter heavily inspired by the super-amazing work of the Joule extension

βš–οΈ License

MIT