1 | ---
|
2 | css_files: web/base.css web/release-index.css
|
3 | all_docs_url: -
|
4 | version_url: -
|
5 | ---
|
6 |
|
7 | Oils 0.32.0
|
8 | ===========
|
9 |
|
10 | <!-- NOTE: This file is published to /release/$VERSION/index.html -->
|
11 |
|
12 | <span class="date">
|
13 | <!-- REPLACE_WITH_DATE -->
|
14 | </span>
|
15 |
|
16 | This is the home page for version 0.32.0 of Oils, a Unix shell. To use it,
|
17 |
|
18 | 1. Download a source tarball.
|
19 | 2. Build it and do a "smoke test", as described in [INSTALL][].
|
20 |
|
21 | These steps take 30 to 60 seconds on most machines. After installation, see
|
22 | [Getting Started](doc/getting-started.html).
|
23 |
|
24 | [INSTALL]: doc/INSTALL.html
|
25 |
|
26 | ## Download
|
27 |
|
28 | <!-- REPLACE_WITH_DOWNLOAD_LINKS -->
|
29 |
|
30 | The [Oils Deployments](https://github.com/oilshell/oil/wiki/Oils-Deployments)
|
31 | wiki page has other ways of getting Oils. These versions may not be
|
32 | up-to-date.
|
33 |
|
34 | ## Documentation
|
35 |
|
36 | - [Published Docs](doc/published.html) - these are ready to read
|
37 | - [All Docs](doc/index.html) (in progress)
|
38 | - The [**Oils Reference**](doc/ref/index.html)
|
39 | - [Github Wiki for oils-for-unix/oils](https://github.com/oils-for-unix/oils/wiki)
|
40 |
|
41 | ## Packaging
|
42 |
|
43 | Summary of [Oils Packaging Guidelines]($wiki):
|
44 |
|
45 | - The `oils-for-unix` tarball is the fast shell in C++, completed in
|
46 | 2024. The distro package should be called `oils-for-unix`.
|
47 | - The `oils-ref` tarball is the reference implementation, that runs under CPython.
|
48 | - It should not be used, so there's no need to create `oils-ref` packages.
|
49 | - The project is now called **Oils**, or [Oils for
|
50 | Unix](https://www.oilshell.org/blog/2023/03/rename.html). There is no more
|
51 | `oil`!
|
52 |
|
53 | ## What's New
|
54 |
|
55 | - Details are in the [raw git change log](changelog.html). Not all changes
|
56 | affect the release tarball.
|
57 | - I sometimes write a [release announcement](announcement.html) with a
|
58 | high-level description of changes.
|
59 |
|
60 | ## Links
|
61 |
|
62 | - The **[quality page](quality.html)** shows test results, metrics, and
|
63 | benchmarks.
|