New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@fedify/cli

Package Overview
Dependencies
Maintainers
1
Versions
286
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
2.1.5
Version published
Maintainers
1
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 \
  -n fedify \
  jsr:@fedify/cli
# Windows
deno install `
  -A `
  --unstable-fs --unstable-kv `
  -n fedify `
  jsr:@fedify/cli

On Deno versions earlier than 2.7.0, add --unstable-temporal to the install command above.

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 08 Apr 2026

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