aboutsummaryrefslogtreecommitdiff
path: root/docs/download.md
blob: fd8c66553b92b69289cad5ae4aa8d02d9fa4252f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Download

# Downloading 

Latest release: **LuaRocks 3.11.1** - '31/May/2024'

* [Tarball for Unix](https://luarocks.org/releases/luarocks-3.11.1.tar.gz)
* [Windows all-in-one executable (32-bit)](https://luarocks.org/releases/luarocks-3.11.1-windows-32.zip)
* [Windows all-in-one executable (64-bit)](https://luarocks.org/releases/luarocks-3.11.1-windows-64.zip)
* [other files](https://luarocks.github.io/luarocks/releases)

For release notes and older versions, see the [release history](release_history.md).

# Installing 

* [Installation instructions for Unix](installation_instructions_for_unix.md) (Linux, BSDs, etc.)
* [Installation instructions for macOS](installation_instructions_for_macos.md)
* [Installation instructions for Windows](installation_instructions_for_windows.md)

LuaRocks is a pure Lua application with no library dependencies. Its current
release depends on some helper tools, but you shouldn't worry about them, as
they are shipped by default on most Unix systems. For Windows, the all-in-one
package already includes them and a binary of Lua, as a convenience.

Once LuaRocks is installed, make sure to read the
[Documentation](index.md) for more information!

# The bleeding edge 

Development is done using Git. To get the latest development sources, run:

```
git clone git://github.com/luarocks/luarocks.git
```

There is also a web interface available at:

* [http://github.com/luarocks/luarocks](http://github.com/luarocks/luarocks)