I find it to be very sad no one is writing a decent home use desktop operating system in free pascal. Free pascal is a excellent language that has been battle tested for a long time now. Just saying.
Yes, I agree, a decent OS for the desktop (workstation) would be useful.
Another reason is I would like to have a operating systems that is posix compatible that is not under the gnu license.
At this point I don't understand you. Why POSIX on the desktop? After so many decades, POSIX on the desktop is needed like a "pain in the ass". POSIX may be useful on some servers and routers, because they still use systems derived from UNIX. And there OK, it makes some sense. But on the desktop? It's almost a museum piece! Assuming someone would like to create a modern desktop OS, basing it on POSIX after so many decades after its development makes no sense whatsoever. At most, it makes sense to borrow some ideas from it (and very general ones at that).
Its nothing fancy. I am waiting for all the woke nonsense to come to an end with that is happening in the linux community.
That there will finally be a "year of Linux on the desktop"? That will never happen (a long time ago I also had such naive hopes, but I quickly realized that this would not be the case). It is impossible, for at least several reasons:
1) architecture - it is based on the assumptions of a system developed for mainframe computers (Unix), over 50 years ago! Drivers for many devices are in the kernel instead of in user space, the kernel is a bloated behemoth (blob), archaic and annoying directory system, configuration files scattered across various directories, different formats of configuration files, mess in accessing devices and services from the programmer's point of view (especially through reading "virtual" text files), lots of different strange script files launching various processes in the system, graphics and multimedia support is not part of the OS,
2) it uses an ancient programming language (C), which has some advantages (its compiler generates optimized machine code), but also has many disadvantages (e.g. macros, headers, archaic and clumsy build system), the main kernel programmer would rather "rip someone's heart out" than let C be replaced by some other programming language,
3) The community of developers and hobbyists developing this OS doesn't give a s..t about issues like: (a) ergonomics for the average user, (b) backward compatibility, (c) stable API for hardware drivers, (d) stable API for developers.
Making another (nobody needs it) version of Linux using FPC/Lazarus would be an incredible waste of time and electricity.