Use the hosted CLI installer, native editor downloads, and stable artifact URLs. One-command onboarding across all supported editors.
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
Use the hosted installer first. It installs the latest published wheel into your user environment.
python3 -m pip install --user --upgrade \
https://coder.blisshosts.com/downloads/blisscoder-cli-latest.whl
VS Code and JetBrains use native extension artifacts. Sublime Text and Notepad++ ship as a single bridge bundle.
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
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 the scripted-editor bundle, then copy the Sublime folder contents into your Packages directory.
Use the same editor bundle. It includes the PythonScript integration file for Notepad++.
blisscoder-scripted-editors-latest.zip.Preferences -> Browse Packages....BlissCoder.sublime/ folder into it.BlissCoder.sublime-settings and set router_base_url to https://coder.blisshosts.com.PythonScript plugin from Plugins Admin.blisscoder-scripted-editors-latest.zip.Plugins -> PythonScript -> Scripts.blisscoder.py.notepadpp/blisscoder.py file.ROUTER_BASE_URL to https://coder.blisshosts.com.