# Filen CLI ![Contributors](https://img.shields.io/github/contributors/FilenCloudDienste/filen-cli?color=dark-green) ![Forks](https://img.shields.io/github/forks/FilenCloudDienste/filen-cli?style=social) ![Stargazers](https://img.shields.io/github/stars/FilenCloudDienste/filen-cli?style=social) ![Issues](https://img.shields.io/github/issues/FilenCloudDienste/filen-cli) ![License](https://img.shields.io/github/license/FilenCloudDienste/filen-cli) > [!Warning] > Read [Sunsetting Filen CLI](#sunsetting-filen-cli) below The Filen CLI provides a set of useful tools for interacting with the cloud: - Accessing your Filen Drive in a stateless environment or interactive mode - Syncing locations with the cloud (just like the Desktop app) - Mounting a network drive - Running a WebDAV mirror server of your personal drive, or multiple drives in proxy mode - Running an S3 mirror server > [!Note] > Please **report bugs** on our [issues page](https://github.com/FilenCloudDienste/filen-cli/issues)! \ > **Feature requests** can be submitted on [features.filen.io](https://features.filen.io/?tags=cli). ## Installation and updates You can download the latest binaries from the [release page](https://github.com/FilenCloudDienste/filen-cli/releases/latest), or execute the install script (Linux and macOS): ``` curl -sL https://filen.io/cli.sh | bash ``` Docker images are also available as [filen/cli](https://hub.docker.com/repository/docker/filen/cli) (see [below](#using-docker)). The CLI is also available as an NPM package, which can be installed with `npm install --global @filen/cli` and then invoked as `filen`. The NPM repository always contains the latest canary releases (see below). The Filen CLI includes an automatic updater, for which you can enable canary releases (if you want to be among the first to try out new features and fixes). You can also install any specific version from within the CLI. See `filen --help updates`. ## Documentation You can find exhaustive but concise documentation from within the CLI using the `filen --help ` command and at [docs.cli.filen.io](https://docs.cli.filen.io/). Longer-form documentation is at [docs.filen.io](https://docs.filen.io/docs/cli). ## Sunsetting Filen CLI We're sunsetting the Filen CLI in order to focus development effort on its Rust rewrite (in development [here](https://github.com/FilenCloudDienste/filen-rs/tree/main/filen-cli)). It will bring improved overall and especially startup performance as well as a dramatic reduction in download size down to ~5MB, and simplify further development. For now, please use Filen CLI `v0.0.36`, which is marked as latest (you might need to explicitly specify this version depending on your installation method). Thank you for your support