1 | # Oracle VirtualBox
|
---|
2 |
|
---|
3 | VirtualBox is a general-purpose full virtualization software for x86_64
|
---|
4 | hardware (with version 7.1 additionally for macOS/Arm), targeted at laptop,
|
---|
5 | desktop, server and embedded use.
|
---|
6 |
|
---|
7 | It features a very user friendly graphical user interface and is available for
|
---|
8 | many popular operating systems (Linux, Windows, macOS and Solaris). Flexible
|
---|
9 | networking setup and interactive performance are the strong points.
|
---|
10 |
|
---|
11 | Anyone with the need to run multiple operating systems simultaneously with some
|
---|
12 | basic knowledge about PCs and operating system installation can use it to
|
---|
13 | reduce effort with a large number of tasks including software testing.
|
---|
14 |
|
---|
15 | ## Getting started
|
---|
16 |
|
---|
17 | VirtualBox is a complex product with multiple dependencies, some of them
|
---|
18 | specific to the operating system on which you want to run it.
|
---|
19 |
|
---|
20 | The basics for building VirtualBox are described on the [build
|
---|
21 | instructions](https://www.virtualbox.org/wiki/Build_instructions) page.
|
---|
22 |
|
---|
23 | ## Documentation
|
---|
24 |
|
---|
25 | The [VirtualBox User
|
---|
26 | Guide](https://docs.oracle.com/en/virtualization/virtualbox/index.html)
|
---|
27 | contains all information relevant for users, including the product features and
|
---|
28 | their configuration.
|
---|
29 |
|
---|
30 | For developers it is recommended to start with the [technical
|
---|
31 | documentation](https://www.virtualbox.org/wiki/Technical_documentation) which
|
---|
32 | contains links to a broad collection of pages related to development, covering
|
---|
33 | many aspects of the project and its features.
|
---|
34 |
|
---|
35 | ## Examples
|
---|
36 |
|
---|
37 | *Describe any included examples or provide a link to a demo/tutorial*
|
---|
38 |
|
---|
39 | ## Help
|
---|
40 |
|
---|
41 | *Inform users on where to get help or how to receive official support from Oracle (if applicable)*
|
---|
42 |
|
---|
43 | ## Contributing
|
---|
44 |
|
---|
45 | This project welcomes contributions from the community. Before submitting a
|
---|
46 | pull request, please [review our contribution guide](./CONTRIBUTING.md)
|
---|
47 |
|
---|
48 | ## Security
|
---|
49 |
|
---|
50 | Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process
|
---|
51 |
|
---|
52 | ## License
|
---|
53 |
|
---|
54 | The correct copyright notice format for both documentation and software is
|
---|
55 |
|
---|
56 | Copyright (C) [year-]year Oracle and/or its affiliates.
|
---|
57 |
|
---|
58 | This file is part of VirtualBox base platform packages, as
|
---|
59 | available from https://www.virtualbox.org.
|
---|
60 |
|
---|
61 | This program is free software; you can redistribute it and/or
|
---|
62 | modify it under the terms of the GNU General Public License
|
---|
63 | as published by the Free Software Foundation, in version 3 of the
|
---|
64 | License.
|
---|
65 |
|
---|
66 | This program is distributed in the hope that it will be useful, but
|
---|
67 | WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
68 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
---|
69 | General Public License for more details.
|
---|
70 |
|
---|
71 | You should have received a copy of the GNU General Public License
|
---|
72 | along with this program; if not, see <https://www.gnu.org/licenses>.
|
---|
73 |
|
---|
74 | You must include the year the content was first released (on any platform) and
|
---|
75 | the most recent year in which it was revised:
|
---|
76 |
|
---|
77 | Copyright (C) 2025 Oracle and/or its affiliates.
|
---|
78 |
|
---|
79 | Released under the GNU General Public License v3.0 as shown at
|
---|
80 | [COPYING](./COPYING) which contains clarifications regarding allowed licenses
|
---|
81 | for other code using parts of the project which are covered by multiple
|
---|
82 | licenses.
|
---|
83 |
|
---|