summaryrefslogtreecommitdiff
path: root/site/get/index.md
blob: f8caa8ca01134debbd98d822a36f144c16027170 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<div class='get-page'>
  <section class='banner'>
    <div class='containerCustom'>
      <div class='left-shape'>
        <img src='/img/global/shape-left.svg' />
      </div>
      <div class='right-shape'>
        <img src='/img/global/shape-right.svg' />
      </div>

  <div class='banner-div'>

  # Get VyOS

  VyOS has three release "channels": rolling release, VyOS Stream, and LTS releases.

  </div>

  </div>
  </section>

  <section class='content-section'>
    <div class='content-div'>
      <div class='nightly-builds'>

  ## Rolling release

  Rolling release builds include all latest developments from maintainers and community contributors.
  There are no stability guarantees — anything may change, experimental features can be added,
  and old features can be removed at any time. They are meant for development and testing.

  Rolling release builds are for you if you...

  - want to help us test latest VyOS code
  - want to check whether a bug is fixed in the latest code
  - made a patch and want to test it before making a pull request

  Go to the [rolling release page](/get/nightly-builds) to download.

  </div>

  <div class="lts">

  ## VyOS Stream

  VyOS Stream serves as a technology preview and a quality gate for the upcoming LTS release.
  New images are releases roughly every quarter.

  Features can only be removed from VyOS Stream through a deprecation procedure,
  and we promise to only make forward-compatible changes to the configuration syntax
  and API, so that users, integrators, and developers of external tools
  can prepare their environments and projects for the future LTS release
  and help us identify and fix issues.

  Go to the [VyOS Stream page](/get/stream) to download.

  </div>

  <div class='lts'>

  ## LTS release

  Prebuilt LTS release images are available to people and companies who help us move the project
  forward.

  There are many ways to get access:

  - Purchase a [subscription](https://vyos.io/subscriptions/software/).
  - Apply for a free subscription as a [contributor](/get/contributor-subscriptions).
  - Apply for a free subscription as an
    [educational instutution](https://vyos.io/community/for-educational-institutions/),
    [non-profit](https://vyos.io/community/for-non-commercial-organizations/), or an
    [emergency service](http://vyos.io/community/for-first-responders/).

  </div>

  </section>

  <section class="form"> </section>

</div>