Skip to main content

Download Subjektify

Subjektify offers three primary installation routes to cater to your development preferences: an npm package, a Homebrew tap, and a Visual Studio Code extension.

tip

For a streamlined development journey, checkout the Composer dApp. Visit composer.subjektify.dev to access a complete toolkit for building and deploying decentralized applications effortlessly.

Download VSCode Extension

If your development environment of choice is Visual Studio Code, Subjektify offers a dedicated extension for you. Download and install it directly from the Visual Studio Marketplace to effortlessly integrate Subjektify into your project.

via npm

For those who prefer working with the command line, Subjektify provides a robust CLI tool. You can install it globally via npm to facilitate the building and deploying of decentralized applications right from your terminal.

Subjektify in your project

npm install subjektify

Installing Subjektify globally

npm install -g subjektify
note

Globally installing Subjektify can often be useful to test one-off ideas. However, codebases should prefer a project-wide installation over a global install so that they can benefit from consistent, reproducible builds across different machines.

via Homebrew

If you're a macOS user and prefer Homebrew for package management, Subjektify is available as a Homebrew tap. Install it with a simple command to get started on your decentralized application development journey.

brew install subjektify