2025-06-05 13:09:30 +01:00
2025-02-15 22:33:05 +00:00
2025-06-05 13:09:30 +01:00
2025-02-14 15:56:12 +00:00
2025-06-05 13:09:30 +01:00
2025-06-05 13:09:30 +01:00
2025-02-14 13:02:50 +00:00
2025-02-13 15:28:53 +00:00

NAP

Nostr Application Publisher

Currently only supports GitHub release artifacts for publishing

Install

Install rust toolchain with rustup

Install nap:

cargo install --git https://git.v0l.io/Kieran/nap

Create your nap.yaml config file:

# Unique app id
id: "io.nostrlabs.freeflow"

# Display name of the app
name: "Freeflow"

# Human-readable long description
description: "Live in the moment"

# Application icon
icon: "https://freeflow.app/icon.png"

# Banner / Preview of the app
images:
  - "https://freeflow.app/banner.jpg"

# Public code repo or project website
repository: "https://github.com/nostrlabs-io/freeflow"

# SPDX code license
license: "MIT"

# Descriptive app tags
tags:
  - "tiktok"
  - "shorts"

Publish the app by running nap in your project folder and follow the prompts.

Description
Nostr Application Publisher
Readme 128 KiB
Languages
Rust 100%