Code Monkey home page Code Monkey logo

ubuntu-desktop-installer's Introduction

Ubuntu Desktop Installer

CI codecov

This project is a modern implementation of the Ubuntu Desktop installer, using subiquity as a backend and Flutter for the UI.

Preview Screenshot

Availability

The new Ubuntu Desktop installer is planned to ship with the next Ubuntu Desktop LTS 22.04 Jammy Jellyfish.

Test a live image

If you want to test the new installer before 22.04 goes live, you can download a preview canary image below and install it for example in a virtual machine:

Download

Building and running manually

If you prefer to build and run the installer from source you need to install Flutter.

Either: Install Flutter with Snapd

sudo snap install flutter --classic

Or: Install Flutter manually

Please follow the official Linux setup instructions from flutter.dev to install Flutter and its dependencies for the Linux desktop support manually.

Download and build the Ubuntu Desktop installer

Grab the source:

git clone https://github.com/canonical/ubuntu-desktop-installer.git
cd ubuntu-desktop-installer
git submodule update --init --recursive

Install Subiquity dependencies:

cd packages/subiquity_client/subiquity
sudo ./scripts/installdeps.sh

Run the installer

Run the installer either from within your IDE or by running the following command:

flutter run

Run live installer

In one terminal run:

cd /path/to/ubuntu-desktop-installer/packages/subiquity_client/subiquity
sudo python3 -m subiquity.cmd.server

In another terminal run:

cd /path/to/ubuntu-desktop-installer/packages/ubuntu_desktop_installer
LIVE_RUN=1 flutter run

Contributing

See our contributor guidelines.

License

The Ubuntu Desktop Installer is licensed under the GNU General Public License version 3.

ubuntu-desktop-installer's People

Contributors

jpnurmi avatar carlosnihelton avatar osomon avatar yarons avatar comradekingu avatar matthaiks avatar dbungert avatar fitojb avatar sukso96100 avatar seb128 avatar renovate[bot] avatar bittin avatar charafau avatar arishsultan avatar p-bo avatar kenvandine avatar feichtmeier avatar lisapple avatar atalanttore avatar pranavo72bex avatar didrocks avatar marcustomlinson avatar mejans avatar omeritzics avatar atriwidada avatar lennoard avatar github-actions[bot] avatar hugok79 avatar for-the-zero avatar ser82-png avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.