I have only one PC and want .... i just dont want to push power button and have just a blank screen showing the url for the webbrowser.
You can only run one OS at a time on the computer hardware. Virtualized OSes is a different story (and what hypervisors are all about). Proxmox is Debian linux. Since this is your only computer, if you run Proxmox, your ONLY OS will be Debian linux. Proxmox is a hypervisor and not intended to be used directly (standard server use/behavior). By default, once loaded, it only shows you the URL to access the interface and shell login prompt. Proxmox is intended to be the workhorse for hosting OTHER OSes, and accessed remotely for administrations tasks.
With that said,you CAN also install a desktop of your choice over top of Proxmox so that you can use it as it were a workstation with full desktop environment.
https://pve.proxmox.com/wiki/Developer_Workstations_with_Proxmox_VE_and_X11
.... when i push the start button ,both windows and macos boots up ( or windows boots up and i'll boot macos when i need) ...
Since you can only run one OS at a time on baremetal hardware, Proxmox/Debian linux is the OS that will boot automatically when you press the power button. With a desktop environment on top, you could use it just like any standard Debian linux install, with the perks of the virtual environment that is what Proxmox is all about.
That means both Windows and Mac will be virtual machines running within Proxmox Qemu/KVM. Yes, you can set them to both boot up at system startup as well. Yes, you can access them both at the same time.
... will i be able to use proxmox this way ? also what about the performance , since i want to be able to play games on windows and work on macOS as i previously mentioned !
Performance - completely depends on how amazing your hardware is. For a decent running system, Windows and MacOS should probably get about 16GB of RAM each (32GB total), and then you'd want at least that much for the base Proxmox hypervisor (so 64GB minimum as decent starting point). CPU, they should both probably get at least 4 cores each (8 cores total), and then you'd want at least that many cores free for the base Proxmox hypervisor (so 16 cores minimum as a decent starting point). Does your one-and-only computer meet these minimum specifications? If so, running Windows and MacOS at the same time as VMs could be acceptably usable. If not, it's probably so slow that it'll be unusable to run both at the same time.Your hardware determines that.
As for gaming on Windows - With Windows running as a VM, solitaire and minesweeper would be fine. Simple games like that are fine. Anything beyond that would not be realistic. As a VM running on the hypervisor, you'll be accessing the windows GUI through a console (NoVNC, Spice, or xterm.js) which has such a lag, graphically speaking, that any newer games or anything that demands a high refresh-rate will be unplayable.
Bottom-line - I think you have a misunderstanding of what a hypervisor is, and its' intended purpose. Your goal of having a Windows gaming system and a MacOS workstation would be best fulfilled and yield the best results as a dual-boot OS with each OS running natively on baremetal hardware. Of course, only one OS at a time.
If you want to include Proxmox in the mix, get a second cheap computer to setup as the hypervisor, and setup a virtualized MacOS VM on it that you can access from your main Windows gaming OS. Then you can run both Windows and MacOS at the same time, with acceptable performance for each.
I have 2 Windows VMs, 2 MacOS VMs, and about 15 linux containers all running at the same time within my Proxmox setup......but I also have a legitimate server with 4 CPUs, plenty of CPU cores, and gobs of RAM to accommodate it. Even then, I'd never use any of them for gaming or anything graphically intensive because it's just not ideal/practical as virtualized machines being accessed remotely. Gaming? Proxmox/hypervisors are the wrong tool for the job; Native baremetal hardware is the right tool for that job.
EliteMacx86 - can't wait for the write-up! I've had issues with running Ventrua/Sonoma on my Proxmox setup (boot-loop on first boot-up), but have successfully run Monterey and earlier versions. Hopefully your write-up will shed some light on the boot-loop issue I keep running into.