2015-12-19 14:52:17 +01:00
_model: page
---
title: Downloads
---
body:
#### banner ####
image: header.jpg
----
2015-12-20 17:21:02 +01:00
height: 300
----
2018-01-11 19:21:43 +01:00
contents:
2015-12-20 17:21:02 +01:00
#### text-block ####
2015-12-19 14:52:17 +01:00
text:
Lektor is an [Open Source Project](../license/) and freely available to
2016-09-17 21:55:35 +02:00
download. It's currently still under heavy development and not all platforms
2015-12-19 14:52:17 +01:00
are equally well supported.
## Command Line Interface
If you are on Linux or Mac you can install the command line version of
2015-12-21 13:22:49 +01:00
Lektor by copy/pasting a command into your terminal.
2015-12-27 00:40:14 +01:00
!!! Scared about copy/pasting this into a terminal? We will not do anything
before asking you for confirmation and you can download the script upfront
to see what it's doing.
2015-12-21 13:22:49 +01:00
### Mac/Linux
This will install Lektor for you but you might have to run it with `sudo` if
your current user does not have rights to write into `/usr/local`.
2015-12-19 14:52:17 +01:00
```
curl -sf https://www.getlektor.com/install.sh | sh
```
2015-12-21 13:22:49 +01:00
2015-12-28 11:51:30 +01:00
You might need additional dependencies for this installation. For more
information see [Installation](../docs/installation/).
2015-12-21 13:22:49 +01:00
### Windows
2015-12-20 17:21:02 +01:00
If you are on Windows copy/paste this command into the `command prompt`:
2015-12-21 13:22:49 +01:00
2015-12-20 17:21:02 +01:00
```
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://getlektor.com/install.ps1'))" && SET PATH=%PATH%;%LocalAppData%\lektor-cli
```
2015-12-19 14:52:17 +01:00
2015-12-21 13:22:49 +01:00
alternatively use this command in your `Powershell`:
2015-12-19 14:52:17 +01:00
```
2015-12-21 13:22:49 +01:00
iex ((new-object net.webclient).DownloadString('https://getlektor.com/install.ps1'))
2015-12-19 14:52:17 +01:00
```
## Desktop Application
2018-01-11 19:21:43 +01:00
Lektor supported an installable version of Lektor on OSX. The current build process for these installers is [old and in need of refactoring](https://github.com/lektor/lektor/issues/420). Temporarily until this is resolved, as of version 3.1, this installer is no longer supported.
2015-12-20 17:21:02 +01:00
----
class: default