Menu

Tree [e5d55e] master /
 History

HTTPS access


File Date Author Commit
 .circleci 2026-01-16 Sergii Stoian Sergii Stoian [7007d1] nextspace-gnustep.spec: build on minimum versio...
 .github 2025-01-04 Sergii Stoian Sergii Stoian [59faf2] Update fedora_rpm.yml
 Applications 2026-05-27 Sergii Stoian Sergii Stoian [e5d55e] WM/window: don't manage 1x1 pixel windows.
 Documentation 2024-06-25 Sergii Stoian Sergii Stoian [c1bed3] finalizing README, changelog and release notes ...
 Frameworks 2026-01-15 Sergii Stoian Sergii Stoian [1de442] RedHat spec files were move into Packaging/RedH...
 Graphics 2019-06-11 Sergii Stoian Sergii Stoian [d2b724] Add source files for boot and login panel graph...
 Libraries 2026-05-20 Sergii Stoian Sergii Stoian [824375] gnustep/back: set more EWMH properties during w...
 OS 2026-02-03 Sergii Stoian Sergii Stoian [3852b3] Fixes typo reported in issue #523
 Packaging 2026-05-15 Sergii Stoian Sergii Stoian [fa72b9] 3_build_core.sh: don't handle removed files.
 Tests 2025-12-16 Sergii Stoian Sergii Stoian [3ae00b] Enhancements to NSSlider test.
 docs 2021-10-19 Sergii Stoian Sergii Stoian [8272d9] Update README.md
 .clang-format 2024-02-04 Sergii Stoian Sergii Stoian [c2e157] .clang-format: removed duplicated setting
 .gitignore 2024-07-31 Sergii Stoian Sergii Stoian [1b16ee] ignore .build directories
 Applications.md 2024-01-23 Sergii Stoian Sergii Stoian [bfcf14] Update and make more lightweight of main README...
 LICENSE 2018-06-13 Sergii Sergii [be0315] Create LICENSE
 README.md 2025-01-04 Sergii Stoian Sergii Stoian [097c84] update Fedora badge to new workflow
 ReleaseNotes.md 2024-06-25 Sergii Stoian Sergii Stoian [c1bed3] finalizing README, changelog and release notes ...
 compile_flags.txt 2024-09-18 Sergii Stoian Sergii Stoian [bb6ec1] Login: add UPower support to compile_flags
 .dir.tiff 2023-06-27 armm77 armm77 [e0ba69] Descriptive icons are added to application fold...

Read Me

NEXTSPACE

Fedora 39 Ubuntu 22.04 Debian 12

NEXTSPACE is a desktop environment that brings a NeXTSTEP look and feel to Linux. I try to keep the user experience as close as possible to the original NeXT OS. It is developed according to the "OpenStep User Interface Guidelines".

An explanation of the NeXTSTEP / NextStep naming convention is discussed in further detail here.

NEXTSPACE example

I want to create a fast, elegant, reliable, and easy to use desktop environment with maximum attention to user experience (usability) and visual maturity. I would like it to become a platform where applications will be running with a taste of NeXT's OS. Core applications such as Login, Workspace, and Preferences are the base for future application development and examples of visual style and application integration methods.

NEXTSPACE is not just a set of applications tightly integrated to each other. It is a core OS with frameworks, mouse cursors, fonts, colors, animations, and everything I think will help users to be effective and happy.

Brief introduction to core NEXTSPACE applications contains some details and screenshots.

Why?

  1. I like the look, feel, and design principles of NeXTSTEP.
  2. I believe it will become an interesting environment for developers and comfortable (fast, easy to use, feature-rich) for users.

Unlike other 'real' and 'serious' projects, I have not yet defined a target audience for NEXTSPACE. I intentionally left aside modern UI design trends (fancy animations, shadows, gray blurry lines, flat controls, acid colors, transparency). I like the accurate, clear, grayish, and "boring" UI that helps, not hinder, to get my job done.

Not planned

  • Porting to other Linux distributions and operating systems. For now, I want a fast, accurate, and stable version for RedHat-based Linux distributions. Currently these are Fedora, CentOS Stream 9, Rocky Linux 9 and Alma Linux 9. However, NEXTSPACE was designed to be portable and thus this point may be changed in future.
  • GNOME, KDE, macOS rival in terms of visual effects, modern design principles, look and feel.
  • Implementing a macOS-like desktop paradigm. There is another good place for this -- see Étoilé.

Installing

There are several methods of NEXTSPACE installation:

  1. Get release builds here. At the time of writing there are RPM builds for CentOS 7, 8 and Fedora31. As of CentOS 7 EOL in 2024, no more CentOS builds will be created in the future. RPM packages will built for latest release of Fedora. Optionally may be created builds for stable Debian release and packed as a tarball.
  2. Make own build of packages. Installation is based off CentOS 7's minimal install, you can find full directions in the installation guide.
  3. Install it from source with help of build scripts (tested on Debian, Ubuntu LTS and Fedora). Please follow build instructions if you've choose this way.

For developers

For those who are eager to know "How it's done?" can find information on development tasks, goals, solutions, implementation details, and build instructions on the Wiki.