BlissCoder
Hosted Install

Install BlissCoder like a product, not a repo checkout.

Use the hosted CLI installer, native editor downloads, and stable artifact URLs. One-command onboarding across all supported editors.

Install CLI Editor Extensions

Quick start

curl -fsSL https://coder.blisshosts.com/install.sh | bash
blisscoder login --login-provider http --login-api-base https://auth.blisshosts.com --api-base https://coder.blisshosts.com/v1
blisscoder doctor

CLI

One-line install for the hosted CLI

Use the hosted installer first. It installs the latest published wheel into your user environment.

Primary install

curl -fsSL https://coder.blisshosts.com/install.sh | bash
Download install.sh

Direct wheel fallback

python3 -m pip install --user --upgrade \
  https://coder.blisshosts.com/downloads/blisscoder-cli-latest.whl
Download latest wheel
Editors

Install first-party editor integrations

VS Code and JetBrains use native extension artifacts. Sublime Text and Notepad++ ship as a single bridge bundle.

VS Code

Install from a stable VSIX URL.

curl -fsSL -o /tmp/blisscoder-vscode-latest.vsix \
  https://coder.blisshosts.com/downloads/blisscoder-vscode-latest.vsix
code --install-extension /tmp/blisscoder-vscode-latest.vsix
Download VSIX

JetBrains

Use a hosted plugin ZIP now. A custom repository XML is also exposed for IDE plugin repository setup.

Repository URL:
https://coder.blisshosts.com/downloads/jetbrains/updatePlugins.xml
Download plugin ZIP Plugin repository XML

Sublime Text

Download the scripted-editor bundle, then copy the Sublime folder contents into your Packages directory.

Notepad++

Use the same editor bundle. It includes the PythonScript integration file for Notepad++.

Scripted Editors

Sublime Text and Notepad++ — manual steps

Sublime Text

  1. Download blisscoder-scripted-editors-latest.zip.
  2. Open Preferences -> Browse Packages....
  3. Create a folder named BlissCoder.
  4. Copy the files from the bundle's sublime/ folder into it.
  5. Edit BlissCoder.sublime-settings and set router_base_url to https://coder.blisshosts.com.

Notepad++

  1. Install the PythonScript plugin from Plugins Admin.
  2. Download blisscoder-scripted-editors-latest.zip.
  3. Open Plugins -> PythonScript -> Scripts.
  4. Create a script named blisscoder.py.
  5. Paste in the contents from the bundle's notepadpp/blisscoder.py file.
  6. Set ROUTER_BASE_URL to https://coder.blisshosts.com.