aboutsummaryrefslogtreecommitdiff
-*- mode: org; coding: utf-8; -*-

#+TITLE: Tentative GNU Guix Road Map

Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org>

  Copying and distribution of this file, with or without modification,
  are permitted in any medium without royalty provided the copyright
  notice and this notice are preserved.

The goals of the GNU Guix project are two-fold:

  - to build a purely functional package manager, based on Nix and
    Guile;

  - to use it to build a practical 100% free software distribution of
    GNU/Linux and possibly other GNU variants, with a focus on the
    promotion and tight integration of GNU components–the GNU system.

Since its inception, the project has gone a long way towards that goal.  Below
is a list of items we want for version "1.0" of the Guix System Distribution.
There will be a few 0.x releases by then to give the new features more
exposure and testing.

You're welcome to discuss this road map on guix-devel@gnu.org or #guix on
the Libera Chat IRC network!

* Features scheduled for 1.0

  - larger & more robust build farm
    + we need a powerful, dedicated front-end
    + armhf-linux build machine
    + leave Hydra in favor of 'guix publish' + custom code?
  - more OS features
    + LVM support
    + encrypted root
    + configurable name service switch
    + whole-system unit tests, using VMs
  - more service definitions
    + mcron, postfix(?), wicd(?), etc.
  - better 'guix system'
    + 'reconfigure' should be able to restart non-essential services
    + support for '--list-generations' and '--delete-generations'
  - better 'guix pull'
    + using Git to fetch the source instead of re-downloading everything
    + build more quickly
    + install new .mo files and new manual
    + authentication of the Guix source: use signed commits?
  - simplified, purely declarative service list in 'operating-system'
    + it should be possible to inspect the service instance declarations and
      settings
  - GUIs
    + integrate guix-web?
    + guile-ncurses installer?
  - 'guix publish'?

* Features for later

  - complete GNU/Hurd port
  - use content-based addressing when downloading substitutes to reduce
    bandwidth requirements
    + design nar v2 format where file contents are replaced by their hashes
    + leverage /gnu/store/.links
  - binary origin tracking
    + keep signatures in sqlite.db
    + preserve signatures upon import/export
  - peer-to-peer distribution of updates (GNUnet?)
  - more deterministic builds
    + identify & fix sources of non-determinism in builds
    + strengthen guix-daemon containers to further increase reproducibility
    + trusting-trust: bootstrap with different tool chains
    + fixed-point: re-bootstrap until fixed point is reached
    + distributed validation: compare contents of store items with others
      * resist a hydra.gnu.org compromise
  - reproducible containers: mix of 'guix environment' and 'guix system vm'
  - execute code with least privilege
    + build containers like guix-daemon does
    + provide a Plash-like interface in Bash
  - daemon rewritten in Guile
  - more shepherd integration
    + monitor network interfaces and start/stop events based on that
    + include a DHCP client written in Scheme
5'>doc: Update 'guix import json' example....Ludovic Courtès 2019-07-18doc: Correctly document 'host' field of <cuirass-configuration>....Ludovic Courtès 2019-07-18doc: Remove note about grafts being "beta"....Ludovic Courtès 2019-07-17doc: Reorder and clarify contributing instructions....Florian Pelz 2019-07-16doc: Add 'images' directory next to HTML pages....Ludovic Courtès 2019-07-15doc: note how to install git send-email...Arne Babenhauserheide 2019-07-15doc: Build a top-level index of the manuals....Ludovic Courtès 2019-07-15doc: Generalize build procedures of HTML indexes....Ludovic Courtès 2019-07-14build: Add node-build-system....Jelle Licht 2019-07-14channels: Add optional directory to channel metadata....Jan Nieuwenhuizen 2019-07-13doc: Increase VM memory size....Tobias Geerinckx-Rice 2019-07-13doc: Update gpg key fetching instructions....Tobias Geerinckx-Rice 2019-07-08scripts: environment: Add --no-cwd....Carl Dong 2019-07-07build: Add 'doc/build.scm' to build on-line copies of the manual....Ludovic Courtès 2019-07-06doc: Add section for 'guix deploy'....Jakob L. Kreuze 2019-06-29doc: Correct the software behind ci.guix.gnu.org....Tobias Geerinckx-Rice 2019-06-29doc: Remove references to hydra.gnu.org....Tobias Geerinckx-Rice 2019-06-24doc: Document use cases for NetworkManager with dnsmasq....Florian Pelz 2019-06-24doc: Use new upstream nomenclature for NetworkManager’s dnsmasq....Florian Pelz 2019-06-24doc: Recommend '-enable-kvm' for installing in a VM as well....Florian Pelz 2019-06-18doc: Replace invalid uses of @var with @code....Ludovic Courtès 2019-06-17doc: Fix typo....Gábor Boskovits 2019-06-15services: Include USB_ModeSwitch in %desktop-services....Florian Pelz 2019-06-15services: Add usb-modeswitch-service-type....Florian Pelz 2019-06-14doc: Fix typo....Björn Höfling 2019-06-12doc: Improve tarball extraction example.Julien Lepiller 2019-06-11doc: Update cargo-build-system parameter docs....Ivan Petkov 2019-06-10store: 'build-things' accepts derivation/output pairs....Ludovic Courtès 2019-06-10doc: Work around a po4a bug....Julien Lepiller 2019-06-10services: Add 'nix-service-type'....Oleg Pykhalov 2019-06-09doc: Fix typos....Tobias Geerinckx-Rice 2019-06-07pack: Add '--entry-point'....Ludovic Courtès 2019-06-07services: Add Singularity....Ludovic Courtès 2019-06-06services: Add auditd....Danny Milosavljevic 2019-06-05doc: Fix typo....Diego Nicola Barbato 2019-06-03services: guix-publish: Allow for multi-compression....Ludovic Courtès 2019-06-02publish: '--compression' can be repeated....Ludovic Courtès 2019-05-31services: Add patchwork....Christopher Baines