Socket
Book a DemoInstallSign in
Socket

@fedify/cli

Package Overview
Dependencies
Maintainers
1
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fedify/cli

CLI toolchain for Fedify and debugging ActivityPub

latest
Source
npmnpm
Version
1.8.11
Version published
Weekly downloads
1K
214.73%
Maintainers
1
Weekly downloads
 
Created
Source

fedify: the CLI toolchain for Fedify and debugging ActivityPub

JSR npm GitHub Releases

The fedify is a CLI toolchain for Fedify and debugging ActivityPub-enabled federated server apps. Although it is primarily designed for developers who use Fedify, it can be used with any ActivityPub-enabled server.

Installation

Using npm

If you have npm installed, you can install fedify by running the following command:

npm install -g @fedify/cli

Using Bun

If you have Bun installed, you can install fedify by running the following command:

bun install -g @fedify/cli

Using Deno

If you have Deno installed, you can install fedify by running the following command:

# Linux/macOS
deno install \
  -A \
  --unstable-fs --unstable-kv --unstable-temporal \
  -n fedify \
  jsr:@fedify/cli
# Windows
deno install `
  -A `
  --unstable-fs --unstable-kv --unstable-temporal `
  -n fedify `
  jsr:@fedify/cli

Downloading the executable

You can download the pre-built executables from the releases page. Download the appropriate executable for your platform and put it in your PATH.

Keywords

fedify

FAQs

Package last updated on 17 Sep 2025

Did you know?

Socket

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.

Install

Related posts