• 0

Codename: "Fusion OS"


Question

Hello!

I'm Keith Wright, and I have posted here a few times before, and love Neowin! Anyways the point of this post is that I am starting a Operating System Project codenamed "Fusion OS". I already have concepts, and mock-ups and even have a working build. It is based on Ubuntu (right now.) and uses some things from Fedora Core. The people currently working on the project are me and one other developer. I have a software company Simply Innovation, that will end up marketing it in the end. But the main point of this is that we need some developers and ideas for the project! If you have any ideas just post them below! The aim of the project is to make a STUNNING user interface, and make it a simplistic OS but yet powerful. And we need a name! We will also be developing our own web browser for this OS, which in turn will be available for all Linux distributions. (it is already developed for Windows.) I will post a concept screen shot below to give you an idea of what we already have. So if your interested in being a part of this project, we would greatly appreciate it, and it will be fun, and we can form a great team. We also have a Project Manager website set up to manage everything. If you have any questions or comments do ask!

image001bx.png

Thanks,

Keith Wright.

Link to comment
https://www.neowin.net/forum/topic/918938-codename-fusion-os/
Share on other sites

Recommended Posts

  • 0

Looks sweet! Can't wait to try, got a few things.

* For WINE, I would intergrate it if possible, would help with people switching from Windows, or rely on Windows apps.

* Will this be on a Live CD like other Linux OS's. Would love to use it as a Live CD

* If possible, when finished could you make it like Wubi, so it installs through Windows and can easily be removed

* Is it still based on Ubuntu, I hope it is since Ubuntu to me has the most programs available. Mainly browsers like Chrome :D

*Any idea on a date of a test build we can try?

  • 0

I don't want to be negative and sort off break your enthusiasm, but aren't there hundreds or Linux distros already? And, as someone else said before, the only way to get SOME users to switch from Win (or even OSX) is to have good alternatives for the most used apps in the other OS. Right now, there are many Windows apps that simply don't have alternatives on Linux, or they do, but they suck. I'm giving you just one example: Sound Forge. This is by far the best audio editor out there, and it has been for many years, ever since Sonic Foundry was developing it. You can't honestly tell me that Audacity even begins to compare with SF. Again, this is just one example.

Also, I learned that Wine (or its commercial alternatives, Crossover Office & Games) is not really an option. Lots of bugs, limited compatibility, etc.

  • 0

I totally agree with the Wine Integration, proper, tested wine integration.

Yes, Linux is not Windows, but alot of users are really bored (albeit Windows 7 will have quelled that a little) of windows, and want an alternative, but to be able to take their applications with them.

For this reason I moved to Mac.

While I dearly love OSX, I've always had a bit of a thing with linux, but It was always far too much leg work to get used to (despite knowing far more about Linux than I knew about OSX, I found OSX to have more than sufficient GUI coverage of the underlying mechanics, to get me buy for two entire months before I had to actually touch terminal, with linux, there's always something that needs hacked. Which I guess is cool, but sometimes its nice to be able to choose when to do the hacking).

I guess what I'm getting at, is that it'd be cool to have a linux distro that just worked.. or at least scanned hardware on an existing system to confirm that it won't (Not sure if this has been covered on linux before..)

Also, assuming it'll run on a Mac Mini... put me down for beta testing, it'd be nice to play with linux again :)

And before anyone points it out, yes I know.. OSX is pretty much unix with alot of money put into it.

  • 0

Looks sweet! Can't wait to try, got a few things.

* For WINE, I would intergrate it if possible, would help with people switching from Windows, or rely on Windows apps.

* Will this be on a Live CD like other Linux OS's. Would love to use it as a Live CD

* If possible, when finished could you make it like Wubi, so it installs through Windows and can easily be removed

* Is it still based on Ubuntu, I hope it is since Ubuntu to me has the most programs available. Mainly browsers like Chrome :D

*Any idea on a date of a test build we can try?

1. Yes, do to the demand we will be integrating WINE, but most likely under a different name. (ie. "Windows Compatibility", or "Program Compatibility")

2. Most likely.

3. Not sure about that one yet, will keep it in mind though! ;)

4. I think we WILL probably be basing it on a "stripped down" version of Ubuntu.

5. Probably in early August. :)

  • 0

And make is auto connect to windows7 file shares.

Another good request to make it "different"

Although this is hard on so many scales as the only way to network Windows/Unix based PCs is (AFAIK) thru Samba. The network translation required out of the box to do this and just make it work is worth it if it is the goal of the distro (which isnt the case here)

Another thing, why are you basing this on Ubuntu and not Debian?

  • 0

Another good request to make it "different"

Although this is hard on so many scales as the only way to network Windows/Unix based PCs is (AFAIK) thru Samba. The network translation required out of the box to do this and just make it work is worth it if it is the goal of the distro (which isnt the case here)

Another thing, why are you basing this on Ubuntu and not Debian?

I guess we could use Debian. We haven't really decided on a base yet, all the builds up to this point were based on Ubuntu, but since Ubuntu is based on Debian, it wouldnt really matter much. I will post a definitive answer once we discuss it! ;)

  • 0

Wow, now THAT looks like a fantastic OS. And it's the sort of system I would like to implement into my business when it comes up to replacing Windows XP.

If you guys ever need two heavy servers for mirrors or project management please let me know, I'd be more than happy to assist with any expertise I have. Drop me a line sometime and we'll discuss things.

  • 0

Does any form of Linux have actual installers yet? Or do you still have to know command line to install alot of software/drivers? And if so, please put that in FusionOS.

As bluefish already has said, Linux has installers, in the form of GUI package managers.

And package managers are the best way to manage your software. In Windows-World, each software developer has to include installer/uninstaller code. And they aren't all the same. Plus the system has no idea how to update the apps, so any app that you want to update has to also include their own "check for updates" code. Many apps don't have that, so will remain un-updated unless the user keeps a list of every application file/dll/etc on their hard drive and checks if new updates are out there.

Trust me, "Windows style installers" is not the direction you want to go.

  • 0

As bluefish already has said, Linux has installers, in the form of GUI package managers.

And package managers are the best way to manage your software. In Windows-World, each software developer has to include installer/uninstaller code. And they aren't all the same. Plus the system has no idea how to update the apps, so any app that you want to update has to also include their own "check for updates" code. Many apps don't have that, so will remain un-updated unless the user keeps a list of every application file/dll/etc on their hard drive and checks if new updates are out there.

Trust me, "Windows style installers" is not the direction you want to go.

i love apt-get, but a lot of the windows installer issues could be fixed if every developer used msi based installations ;)

  • 0

i love apt-get, but a lot of the windows installer issues could be fixed if every developer used msi based installations ;)

How so? People are still going to run into issues when they try and uninstall on Windows as the folder that the installation files are stored are generally wiped with Disc Cleaning apps.

  • 0

can anyone pm me wallpaper ?

If not OS , i would like to have the wallpaper at least

I will pm you the wallpaper in a bit! You will be able to get the OS at least a preview in August! :)

Wish you all the best with this project

Thanks so much! :)

Wow, now THAT looks like a fantastic OS. And it's the sort of system I would like to implement into my business when it comes up to replacing Windows XP.

If you guys ever need two heavy servers for mirrors or project management please let me know, I'd be more than happy to assist with any expertise I have. Drop me a line sometime and we'll discuss things.

Wow, thanks for the offer! :D It would be nice to have a mirror there, so it wouldnt load down our server too much, because last time I tried that our website was unbearably slow! Couldn't even load a page! I will be sure to PM you so we can discuss this! Thanks! :)

- Keith.

  • 0

I like the look of this and I hope it goes well!

I would love to see a dark version of the theme as well, just for user choice. Dark with transparency is cool. Even more so, it would be cool if there could be a way of adding a feature like in vista or 7 where you can adjust the color of the UI to your taste simply. I don't know is that is a possibility though.

  • 0

I like the look of this and I hope it goes well!

I would love to see a dark version of the theme as well, just for user choice. Dark with transparency is cool. Even more so, it would be cool if there could be a way of adding a feature like in vista or 7 where you can adjust the color of the UI to your taste simply. I don't know is that is a possibility though.

I didn't think about that! That's a great idea to have the user be able to change the color! I will see about implementing that! Thanks for the suggestion! And thanks for the UI compliment!

- Keith.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • the chip might be a binned 5090 so no, youre actually getting the 5090
    • How to set custom folder icons in Windows 11 File Explorer by Usama Jawad Although there are many third-party tools like Windhawk, FlyOOBE, DeskScapes 2026, and more that can be used to customize and tweak Windows 11 according to your preferences, many people often forget that the operating system natively offers a lot of configurability too. One such handy option is available inside File Explorer, where you can set custom folder icons to personalize your experience very quickly. File Explorer is an interface that Windows 11 users leverage rather heavily, so it can get quite boring looking at default icons. It can also be a bit tedious reading the text of each item to navigate to the folder you need. In cases like these, custom folder icons can come in quite handy as they allow you to not only personalize File Explorer, but also offer meaningful aesthetics that can make navigation quicker. Here is how to configure custom folder icons in Windows 11: Download icon files (.ico) from a third-party website of your choice. There are lots of free options online, like Icon Archive. You'll also be able to download them directly from Google Images Open File Explorer Navigate to the folder you want to customize Right-click the folder Select Properties Go to the Customize tab Select Change Icon If you want, you can select a native icon from the Windows directory, but for the purpose of this guide, we'll select the third-party .ico file that we downloaded. As such, select Browse Navigate to the .ico file and double-click it Click Apply, followed by OK That's all there is to it! It shouldn't take more than a minute after downloading the .ico file of your choice. The good news is also that you are not married to the icon you set; you can restore it to the default icon by simply selecting Restore Defaults in the interface mentioned in step 8. It's a very easy way to customize File Explorer, with any changes in this regard being quickly reversible. I would also recommend using View > Extra large icons in File Explorer so that you can properly enjoy the aesthetics. You can also download the entire Object Desktop package. Object Desktop includes programs such as Fences, Start11, Groupy, SoundPackager, DeskScapes and Multiplicity. Disclaimer: Neowin's relationship to Stardock
    • Teams on macOS has a major bug for some users, and Microsoft is rolling out guidance by Usama Jawad Teams is one of the most used online communication and collaboration tools especially in enterprise and school environments. It is available on a variety of platforms including Android, iOS, Windows, macOS, and the web. As such, it is a major problem when users on any of the aforementioned platforms get affected. In its Message Center advisory MC1392559, Microsoft acknowledged a bug impacting Teams customers on certain versions of macOS a few weeks ago. Basically, if affected users start sharing their screen, they'll see a black or blank screen, experience interruptions while sharing, and even face complete failure in screen sharing functionality. This is impacting customers using macOS versions older than Tahoe 26.4, and PCs which are resource-constrained on disk and memory. Interestingly, the scope of this issue appears to be limited as Microsoft has only listed Government Community Cloud (GCC), GCC High, and Department of Defense (DoD) as the affected platforms. Since it can be confusing to customers when the bug appears randomly and troubleshooting methods aren't always obvious, Microsoft is working on introducing some in-product guidance that automatically gets shown to users when a screen sharing failure is detected. They'll be asked to retry sharing their screen and will also be requested to update their macOS version, when applicable. If that is not possible, the Redmond tech giant has urged users to apply a mitigation that involves navigating to Teams Settings > General > Screen sharing > Use Mac OS native sharing. A restart isn't required. Regardless, Microsoft has recommended IT admins to inform their helpdesks about this issue, update their internal documentation, communicate the problem across the organization, and update macOS Tahoe 26.4 devices, where possible. The in-product guidance will begin rolling out later this month and should hopefully be available to all by mid-August.
    • 150.0.4078.65 secret changelog: New feature: Settings > Copilot and AI > Allow Cowork to take actions on your behalf
    • OBS Studio 32.2.0 RC1 by Razvan Serea OBS Studio is software designed for capturing, compositing, encoding, recording, and streaming video content, efficiently. It is the re-write of the widely used Open Broadcaster Software, to allow even more features and multi-platform support. OBS Studio supports multiple sources, including media files, games, web pages, application windows, webcams, your desktop, microphone and more. OBS Studio Features: High performance real time video/audio capturing and mixing, with unlimited scenes you can switch between seamlessly via custom transitions. Live streaming to Twitch, YouTube, Periscope, Mixer, GoodGame, DailyMotion, Hitbox, VK and any other RTMP server Filters for video sources such as image masking, color correction, chroma/color keying, and more. x264, H.264 and AAC for your live streams and video recordings Intel Quick Sync Video (QSV) and NVIDIA NVENC support Intuitive audio mixer with per-source filters such as noise gate, noise suppression, and gain. Take full control with VST plugin support. GPU-based game capture for high performance game streaming Unlimited number of scenes and sources Number of different and customizable transitions for when you switch between scenes Hotkeys for almost any action such as start or stop your stream or recording, push-to-talk, fast mute of any audio source, show or hide any video source, switch between scenes,and much more Live preview of any changes on your scenes and sources using Studio Mode before pushing them to your stream where your viewers will see those changes DirectShow capture device support (webcams, capture cards, etc) Powerful and easy to use configuration options. Add new Sources, duplicate existing ones, and adjust their properties effortlessly. Streamlined Settings panel for quickly configuring your broadcasts and recordings. Switch between different profiles with ease. Light and dark themes available to fit your environment. …and many other features. For free. At all. OBS Studio 32.2.0 changelog: Release Candidate 1 Changes Fixed empty name label in volume meter in Beta 1-3 [Warchamp7] Fixed macOS Audio Capture sources capturing cursors unnecessarily [jcm93] Beta 3 Changes Fixed extra padding on some UI elements on Windows in Beta 1-2 [Warchamp7] Fixed NVIDIA Audio Effects not working in Beta 1-2 [pkviet] Fixed issues with long item names in the Audio Mixer in Beta 1-2 [Warchamp7] Removed redundant "Monitor Only" from the Advanced Audio Properties window [Warchamp7] Mute and Monitor are handled independently in the new Audio Mixer Removed Close button from What's New dialog [Warchamp7] Removed margins from What's New dialog [Warchamp7] 32.2 New Features Replaced add source dropdown with new dialog [Warchamp7] Improved FPS selector UX [jcm93] Added missing file support for filters [exeldro] Added ability for plugins to set custom icons for new source types [cg2121] Included .webp files when adding a directory to Image Slide Show source [TarunCore] Added copy paste functions to frontend API [exeldro] Added filter to compose SDR into HDR [jpark37] Added delete as a hotkey to delete sources on macOS [PatTheMav] Added dynamic bitrate support to multitrack video [lexano-ivs] 32.2 Changes Forced Intel-based installations to update to Apple Silicon version on macOS [PatTheMav] This change means that OBS Studio versions built for Intel-based Macs but running on Apple Silicon Macs will automatically update to OBS Studio built for Apple Silicon Macs. If an installation was using third-party plugins, those plugins will no longer load until replaced with Apple Silicon versions. Fixed audio mixer state getting out of sync when changing settings via websockets or plugins [Warchamp7] Added theming for checked QToolButtons [glikely] Improved OpenGL performance slightly on low-end machines [kkartaltepe] Set minimum size for color source to 1 pixel [exeldro] Added minimum width to spinboxes [Warchamp7] Disallowed overwriting the crash handler [sebastian-s-beckmann] Applied process mitigation policies for Windows [notr1ch] Adjusted description of multitrack video [jhnbwrs] Changed new capture devices to use fallback frame rate by default [PatTheMav] Improved DLL loading behavior on Windows [notr1ch] Limited multitrack video config to Custom service [PatTheMav] 32.2 Bug Fixes Fixed OAuth and dock state save corruption [PatTheMav] Fixed group bounds not resizing when removing items [howellrl] Fixed canvas mixes not being restored after video reset [dsaedtler] Fixed some erroneous crashes during shutdown [Warchamp7] Fixed display capture sometimes capturing black after a duplicator failure [ThrowTop] Fixed color of controls dock output buttons in System theme [shiina424] Fixed virtual camera reset failures [stephematician] Fixed potential crash when user discards changes in the settings window [suogesi] Fixed incorrect return value in virtualcam filter [xtfo] Fixed source toolbar buttons not working after dragging a source into a group [Warchamp7] Fixed properties hint icon spacing [Warchamp7] Fixed potential crash when a video device reconnects on macOS [jcm93] Fixed an issue where PipeWire could fail on NVIDIA GPUs [hoshinolina] Fixed obs_canvas_get_video_info returning incorrect framerate [dsaedtler] 32.2 Deprecations Deprecated obs_properties_add_button [sebastian-s-beckmann] Download: OBS Studio 32.2.0 RC1 | Portable | ARM64 | ~200.0 MB (Open Source) View: OBS Studio Homepage | Other Operating Systems | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Month Later
      pahariyaseo earned a badge
      One Month Later
    • Week One Done
      pahariyaseo earned a badge
      Week One Done
    • Week One Done
      hadiaali45 earned a badge
      Week One Done
    • Week One Done
      arone_24 earned a badge
      Week One Done
    • Reacting Well
      flexorcist earned a badge
      Reacting Well
  • Popular Contributors

    1. 1
      +primortal
      414
    2. 2
      PsYcHoKiLLa
      143
    3. 3
      Nick H.
      89
    4. 4
      +Edouard
      82
    5. 5
      neufuse
      72
  • Tell a friend

    Love Neowin? Tell a friend!