Add current index.html
[web/downloads-openwrt-org.git] / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <html><head>
3 <meta http-equiv="content-type" content="text/html; charset=windows-1252">
4 <title>OpenWrt Downloads</title>
5 <style type="text/css">
6 html, body {
7 margin: 0;
8 padding: 0;
9 height: 100%;
10 }
11 body {
12 color: #333;
13 padding-top: 2em;
14 font-family: Helvetica,Arial,sans-serif;
15 width: 90%;
16 min-width: 700px;
17 max-width: 1100px;
18 margin: auto;
19 font-size: 120%;
20 background-color: #ddd;
21 }
22 h1 {
23 font-size: 120%;
24 line-height: 1em;
25 }
26 h2 {
27 font-size: 100%;
28 line-height: 1em;
29 }
30 h3 {
31 font-size: 90%;
32 line-height: 1em;
33 }
34 p, li {
35 font-size: 14px;
36 }
37 a:link, a:visited {
38 color: #337ab7;
39 font-weight: bold;
40 text-decoration: none;
41 }
42 a:hover, a:active, a:focus {
43 color: #23527c;
44 text-decoration: underline;
45 }
46 footer {
47 font-size: 80%;
48 text-align: right;
49 margin: 1em 0;
50 }
51 </style>
52 </head>
53
54 <body>
55 <h1>OpenWrt Downloads</h1>
56 <div>
57 <p>
58 Welcome to the OpenWrt download area. Follow the links below to find the
59 appropriate directory.
60 </p>
61 <hr>
62
63 <h2>Stable Release</h2>
64 <p>
65 The current OpenWrt release is linked below. It is adviced to use the latest
66 available release if possible.
67 </p>
68 <ul>
69 <li>
70 <strong><a href="releases/21.02.3/targets/">OpenWrt 21.02.3</a></strong><br>
71 <small>Released: Thu, 21 Apr 2022</small><br /><br />
72 </li>
73 </ul>
74 <hr>
75
76 <h3>Upcoming Stable Release</h3>
77 <p>
78 OpenWrt 22.03 will be the successor of the 21.02 series. It is currently in the
79 release candidate phase and will replace the current stable release once finalized.
80 </p>
81 <ul>
82 <li>
83 <strong><a href="releases/22.03.0-rc4/targets/">OpenWrt 22.03.0-rc4</a></strong><br>
84 <small>Released: Tue, 14 Jun 2022</small><br /><br />
85 </li>
86 </ul>
87 <hr>
88
89 <h3>Development Snapshots</h3>
90 <p>
91 Development snapshots are automatic unattended daily builds of the current
92 OpenWrt development master branch. Bear in mind that these images are generally
93 not tested, use them at your own risk.
94 </p>
95 <ul>
96 <li><a href="snapshots/targets/">Snapshot download</a></li>
97 </ul>
98 <hr>
99
100 <h3>Release Archive</h3>
101 <p>
102 The releases linked below are mostly for historic interest - they're generally
103 out of date and no longer maintained.
104 </p>
105 <ul>
106 <li><a href="//archive.openwrt.org/releases/21.02.2/targets/">OpenWrt 21.02.2</a></li>
107 <li><a href="//archive.openwrt.org/releases/21.02.1/targets/">OpenWrt 21.02.1</a></li>
108 <li><a href="//archive.openwrt.org/releases/21.02.0/targets/">OpenWrt 21.02.0</a></li>
109 <li><a href="//archive.openwrt.org/releases/19.07.10/targets/">OpenWrt 19.07.10</a></li>
110 <li><a href="//archive.openwrt.org/releases/19.07.9/targets/">OpenWrt 19.07.9</a></li>
111 <li><a href="//archive.openwrt.org/releases/19.07.8/targets/">OpenWrt 19.07.8</a></li>
112 <li><a href="//archive.openwrt.org/releases/19.07.7/targets/">OpenWrt 19.07.7</a></li>
113 <li><a href="//archive.openwrt.org/releases/19.07.6/targets/">OpenWrt 19.07.6</a></li>
114 <li><a href="//archive.openwrt.org/releases/19.07.5/targets/">OpenWrt 19.07.5</a></li>
115 <li><a href="//archive.openwrt.org/releases/19.07.4/targets/">OpenWrt 19.07.4</a></li>
116 <li><a href="//archive.openwrt.org/releases/19.07.3/targets/">OpenWrt 19.07.3</a></li>
117 <li><a href="//archive.openwrt.org/releases/19.07.2/targets/">OpenWrt 19.07.2</a></li>
118 <li><a href="//archive.openwrt.org/releases/19.07.1/targets/">OpenWrt 19.07.1</a></li>
119 <li><a href="//archive.openwrt.org/releases/19.07.0/targets/">OpenWrt 19.07.0</a></li>
120 <li><a href="//archive.openwrt.org/releases/18.06.9/targets/">OpenWrt 18.06.9</a></li>
121 <li><a href="//archive.openwrt.org/releases/18.06.8/targets/">OpenWrt 18.06.8</a></li>
122 <li><a href="//archive.openwrt.org/releases/18.06.7/targets/">OpenWrt 18.06.7</a></li>
123 <li><a href="//archive.openwrt.org/releases/18.06.6/targets/">OpenWrt 18.06.6</a></li>
124 <li><a href="//archive.openwrt.org/releases/18.06.5/targets/">OpenWrt 18.06.5</a></li>
125 <li><a href="//archive.openwrt.org/releases/18.06.4/targets/">OpenWrt 18.06.4</a></li>
126 <li><a href="//archive.openwrt.org/releases/18.06.3/targets/">OpenWrt 18.06.3</a></li>
127 <li><a href="//archive.openwrt.org/releases/18.06.2/targets/">OpenWrt 18.06.2</a></li>
128 <li><a href="//archive.openwrt.org/releases/18.06.1/targets/">OpenWrt 18.06.1</a></li>
129 <li><a href="//archive.openwrt.org/releases/18.06.0/targets/">OpenWrt 18.06.0</a></li>
130 <li><a href="//archive.openwrt.org/releases/17.01.7/targets/">LEDE 17.01.7</a></li>
131 <li><a href="//archive.openwrt.org/releases/17.01.6/targets/">LEDE 17.01.6</a></li>
132 <li><a href="//archive.openwrt.org/releases/17.01.5/targets/">LEDE 17.01.5</a></li>
133 <li><a href="//archive.openwrt.org/releases/17.01.4/targets/">LEDE 17.01.4</a></li>
134 <li><a href="//archive.openwrt.org/releases/17.01.3/targets/">LEDE 17.01.3</a></li>
135 <li><a href="//archive.openwrt.org/releases/17.01.2/targets/">LEDE 17.01.2</a></li>
136 <li><a href="//archive.openwrt.org/releases/17.01.1/targets/">LEDE 17.01.1</a></li>
137 <li><a href="//archive.openwrt.org/releases/17.01.0/targets/">LEDE 17.01.0</a></li>
138 <li><a href="//archive.openwrt.org/chaos_calmer/15.05.1/">Chaos Calmer 15.05.1</a></li>
139 <li><a href="//archive.openwrt.org/chaos_calmer/15.05/">Chaos Calmer 15.05</a></li>
140 <li><a href="//archive.openwrt.org/barrier_breaker/14.07/">Barrier Breaker 14.07</a></li>
141 <li><a href="//archive.openwrt.org/attitude_adjustment/12.09/">Attitude Adjustment 12.09</a></li>
142 <li><a href="//archive.openwrt.org/backfire/10.03.1/">Backfire 10.03.1</a></li>
143 <li><a href="//archive.openwrt.org/backfire/10.03/">Backfire 10.03</a></li>
144 <li><a href="//archive.openwrt.org/kamikaze/8.09.2/">Kamikaze 8.09.2</a></li>
145 <li><a href="//archive.openwrt.org/kamikaze/8.09.1/">Kamikaze 8.09.1</a></li>
146 <li><a href="//archive.openwrt.org/kamikaze/8.09/">Kamikaze 8.09</a></li>
147 <li><a href="//archive.openwrt.org/kamikaze/7.09/">Kamikaze 7.09</a></li>
148 <li><a href="//archive.openwrt.org/kamikaze/7.07/">Kamikaze 7.07</a></li>
149 <li><a href="//archive.openwrt.org/kamikaze/7.06/">Kamikaze 7.06</a></li>
150 <li><a href="//archive.openwrt.org/whiterussian/0.9/">Whiterussian 0.9</a></li>
151 </ul>
152 </div>
153
154 </body></html>
155