45 lines
1.5 KiB
Markdown
45 lines
1.5 KiB
Markdown
---
|
|
title: Other download options
|
|
date: 2023-12-21 17:10:14
|
|
---
|
|
## Older versions
|
|
|
|
You can download older versions of SVR.JS [here](https://downloads.svrjs.org).
|
|
|
|
## Beta versions
|
|
|
|
You can download beta versions of SVR.JS [here](https://downloads.svrjs.org/beta).
|
|
|
|
## Nightly versions
|
|
|
|
**WARNING: Nightly versions of SVR.JS may not be stable.**
|
|
|
|
You can download nightly versions of SVR.JS [here](https://downloads.svrjs.org/nightly).
|
|
|
|
## SVR.JS mods
|
|
|
|
You can download official SVR.JS mods [here](/mods).
|
|
|
|
## SVR.JS installer
|
|
|
|
You can download SVR.JS installer [here](https://downloads.svrjs.org/installer). Right now it is available only for GNU/Linux.
|
|
|
|
## _create-svrjs-server_ tool
|
|
|
|
You can use `create-svrjs-server <svrjs_version>` command to install and update SVR.JS. You can install this tool using `npm install -g svrjs` command. [Read about how to use _create-svrjs-server_ tool.](https://www.npmjs.com/package/svrjs)
|
|
|
|
## SVR.JS Docker image
|
|
|
|
You can pull the [SVR.JS Docker image](https://hub.docker.com/r/svrjs/svrjs) from the Docker Hub using `docker pull svrjs/svrjs` command.
|
|
|
|
## Download through Tor hidden service
|
|
|
|
You can download SVR.JS through [a Tor hidden service](https://svrjstn3fs2uaoyjks4rd7f5vptg4fsjarqvjzqqfrfomliagl5z3mqd.onion) (requires Tor connection).
|
|
|
|
## SVR.JS Core
|
|
|
|
**WARNING: SVR.JS Core is in pre-alpha stage.**
|
|
|
|
SVR.JS Core is Node.JS library for static file and directory listing serving built out of SVR.JS technology.
|
|
|
|
You can download SVR.JS Core [here](https://downloads.svrjs.org/core).
|