VirtualBox
virtualbox.orgOpen source, powerful, feature-rich virtualization product, supporting x86 and AMD64/Intel64 architectures. Available for Windows, MacOS, Linux and BSD, and free for both personal and enterprise use. VirtualBox is backed by a strong community, and has been under active development since 2007.
- Homepage:virtualbox.org
- GitHub:github.com/VirtualBox/virtualbox
- Web info:web-check.xyz/check/virtualbox.org
VirtualBox Source Code
Author
Description
Source code for Oracle VirtualBox
Homepage
https://www.virtualbox.org/Repository
- LicenseGPL-3.0
- Created16 May 25
- Primary languageC
- Size1,432,939 KB
- Stars1,379
- Forks206
- Watchers1,379
Language Usage
Project Health
- Last commit5 days ago
- Open issues425
Top Contributors
@bird2tori (34053)
@Dsen-orcl (9417)
@alflr (9181)
@AlexanderEichner (8365)
@ramshven (7357)
@klaus-vb (4100)
@baserkan (3249)
@VP-at-oracle (2070)
@MichalN-O (2057)
@aleksey-ilyushin (1047)
@galitsyn-oracle (1017)
@corso75 (545)
@alexander-rudnev (405)
@dgrigor7 (269)
@paulsonx (229)
@filbo (189)
@ksestepa (96)
@slscholz14 (38)
@brian4725 (17)
@Samuel-Burchill (17)
@ora-shasanim (4)
@pezinek (3)
@scoter-oracle (3)
@meck-gd (2)
@Teknomancer (2)
@BouRock (1)
@lachlanharrisdev (1)
@ehdgks0627 (1)
@thedisbo1125 (1)
Recent Commits
Andreas Loeffler(03 Sept 26)
IPRT/r0drv/linux: Fix module builds across the RHEL 9.8 file-open API transition; now uses FMODE_BACKING to distinguish kernel_file_open() from open_with_fake_path(). github:gh-830 svn:sync-xref-src-repo-rev: r174999
Andreas Loeffler(03 Sept 26)
HostDrivers/Support: Compile fix for AMD systems where FRED is not available (Intel KVM only). github:gh-784 github:gh-835 svn:sync-xref-src-repo-rev: r174997
Andreas Loeffler(03 Sept 26)
FE/Qt: Fixed German NLS. github:gh-847 svn:sync-xref-src-repo-rev: r174995
Andreas Loeffler(03 Sept 26)
Shared Folders/Linux: Compilation fix for Kernel 7.3. github:gh-849 svn:sync-xref-src-repo-rev: r174992
Vitali Pelenjow(01 Sept 26)
Devices/Graphics: index/vertex buffer state tracker fix. bugref:10934 svn:sync-xref-src-repo-rev: r174989
Knut St. Osmundsen(01 Sept 26)
openssl-3.4.6: Merged in changes from OpenSSL pull request 31439. bugref:11053 svn:sync-xref-src-repo-rev: r174988
Vadim Galitsyn(01 Sept 26)
Additions: vboxvideo: Fix build for kernel 6.12.103, bugref:10782, bugref:11038, github:gh-845. svn:sync-xref-src-repo-rev: r174987
Vadim Galitsyn(28 Aug 26)
Additions: Linux: vboxvideo: Do not build vboxvideo for RHEL 10.3 and newever kernels, they use DRM stack from kernel 7.0 and newer which we no longer support, github:gh-833. svn:sync-xref-src-repo-rev: r174984
Vadim Galitsyn(28 Aug 26)
Additions: Linux: Shared Folders: Initial support for RHEL 10.3 kernel, bugref:10891, bugref:10908, bugref:10950, github:gh-833. svn:sync-xref-src-repo-rev: r174983
Vitali Pelenjow(27 Aug 26)
Devices/Graphics: state tracker for vertex/index buffers (fixed regression from r174838). bugref:10934 svn:sync-xref-src-repo-rev: r174982
Vitali Pelenjow(27 Aug 26)
Devices/Graphics: surface memory tracking. bugref:10934 svn:sync-xref-src-repo-rev: r174981
Vitali Pelenjow(27 Aug 26)
Devices/Graphics: debug helpers (follow-up for r174888). svn:sync-xref-src-repo-rev: r174980
Andreas Loeffler(27 Aug 26)
Shared Clipboard: More code for error propagation back to Main, API + FE/Qt. bugref:4697 svn:sync-xref-src-repo-rev: r174976
Andreas Loeffler(27 Aug 26)
Shared Clipboard/Main: Do not debug assert if the private GuestShCl singleton instance is not available anymore on VM teardown. bugref:4697 svn:sync-xref-src-repo-rev: r174975
Andreas Loeffler(27 Aug 26)
Shared Clipboard/Windows: Keep completed streams at EOF after transfer teardown. This fixes sporadic "Attempted to use an object that has ceased to exist" errors when copying many files from guest to host. bugref:4697 svn:sync-xref-src-repo-rev: r174974
Andreas Loeffler(25 Aug 26)
Shared Clipboard: Adjusted logging. bugref:4697 svn:sync-xref-src-repo-rev: r174973
Andreas Loeffler(25 Aug 26)
Shared Clipboard/VBoxTray: Fixed empty READ_DATA replies and completion on window dispatch failure. svn:sync-xref-src-repo-rev: r174971
Andreas Loeffler(25 Aug 26)
Shared Clipboard/VBoxTray: Post WM_QUIT after queued clipboard events to preserve event ownership on shutdown. svn:sync-xref-src-repo-rev: r174969
Andreas Loeffler(25 Aug 26)
Reverted r174966. svn:sync-xref-src-repo-rev: r174967
Andreas Loeffler(25 Aug 26)
7.2: Backported r174965: Shared Clipboard/win: Do not leak events for SHCL_WIN_WM_REPORT_FORMATS + SHCL_WIN_WM_READ_DATA. svn:sync-xref-src-repo-rev: r174966
Andreas Loeffler(25 Aug 26)
Shared Clipboard/win: Do not leak events for SHCL_WIN_WM_REPORT_FORMATS + SHCL_WIN_WM_READ_DATA. svn:sync-xref-src-repo-rev: r174965
Andreas Loeffler(25 Aug 26)
Shared Clipboard/win: Fixed SetClipboardData() ownership handling. svn:sync-xref-src-repo-rev: r174963
Alexander Eichner(25 Aug 26)
VMM/VMMAll/VMXAllTemplate.cpp.h: Fix accidental indentation messup, github:gh-808 svn:sync-xref-src-repo-rev: r174962
Alexander Eichner(25 Aug 26)
VMM/APICR3Nem-win-x86.cpp,APICR3Nem-linux-x86.cpp: Update to reflect the latest APIC interface changes, github:gh-808 [Windows build fix] svn:sync-xref-src-repo-rev: r174961
Alexander Eichner(25 Aug 26)
VMM/APICR3Nem-win-x86.cpp,APICR3Nem-linux-x86.cpp: Update to reflect the latest APIC interface changes, github:gh-808 svn:sync-xref-src-repo-rev: r174960
Alexander Eichner(25 Aug 26)
VMM/HM,VMM/VMX: Implement support for virtual interrupt delivery, github:gh-808 [macOS build fix] svn:sync-xref-src-repo-rev: r174959
Alexander Eichner(25 Aug 26)
VMM/APIC: Add some additional APIs for the APIC required for adding virtual interrupt delivery support on Intel hardware with VT-x/APICv, github:gh-808 [doxygen] svn:sync-xref-src-repo-rev: r174958
Alexander Eichner(25 Aug 26)
VMM/HM,VMM/VMX: Implement support for virtual interrupt delivery, github:gh-808 [missing file] svn:sync-xref-src-repo-rev: r174957
Alexander Eichner(25 Aug 26)
VMM/HM,VMM/VMX: Implement support for virtual interrupt delivery, github:gh-808 svn:sync-xref-src-repo-rev: r174956
Alexander Eichner(25 Aug 26)
Devices/PC/DevIoApic,VMM/PDMDevHlp: Implement support for notifying the APIC whenever an RTE in the I/O-APIC for level triggered interrupts changes, github:gh-808 svn:sync-xref-src-repo-rev: r174955
VirtualBox Website
Website
Oracle VirtualBox
Redirects
Does not redirect
Security Checks
All 65 security checks passed
Server Details
- IP Address23.214.186.70
- Hostnamea23-214-186-70.deploy.static.akamaitechnologies.com
- LocationAtlanta,Georgia,United States of America,NA
- ISPAkamai Technologies Inc.
- ASNAS20940
Associated Countries
BE
ES
US
Safety Score
Website marked as safe
100%
Blacklist Check
www.virtualbox.org was found on 0 blacklists
- AntiSocial Blacklist
- Artists Against 419
- Badbitcoin
- Bambenek Consulting
- CERT Polska
- CoinBlockerLists
- CRDF
- CryptoScamDB
- EtherAddressLookup
- EtherScamDB
- Fake Website Buster
- MetaMask EthPhishing
- NABP Not Recommended Sites
- OpenPhish
- PetScams
- PhishFeed
- PhishFort
- Phishing.Database
- PhishStats
- PhishTank
- Phishunt
- RPiList Not Serious
- Scam.Directory
- SecureReload Phishing List
- Spam404
- StopGunScams
- Suspicious Hosting IP
- ThreatFox
- ThreatLog
- TweetFeed
- URLhaus
- ViriBack C2 Tracker
Website Preview
VirtualBox Reviews
More Virtual Machines
Open source, feature rich, powerful type 2 hypervisor for Mac, can emulate x86-64 OSes on Apple Silicon Macs. There's also an iOS version (so you can run Windows on your iPhone!)
Open source virtual machine monitor intended to serve as a type-1 hyperviser for multiple operating systems using the same hardware - very useful for servers, as it allows for fully independent virtual Linux machines.
About the Data: VirtualBox
Change History
- Amended (github) #608
Edit VirtualBox Data
You can edit VirtualBox's entry in this section of awesome-privacy.yml by submitting a PR to our GitHub repo.
Note that some of the information shown above has been aggregated from external
sources, a list of these can be found data documentation.
Origin Data
Modify Data
API
You can access VirtualBox's data programmatically via our API. Simply make a GET request to:
https://api.awesome-privacy.xyz/v1/services/virtualboxThe REST API is free, no-auth and CORS-enabled. To learn more, view the API Docs or read the API Usage Guide.
Share VirtualBox
Help your friends compare Virtual Machines, and pick privacy-respecting software and services.
Share VirtualBox and Awesome Privacy with your network!