NEXTSTEP is the original object-oriented, multitasking operating system that NeXT Computer, Inc., founded by Steve Jobs, developed to run on its proprietary NeXT computers (informally known as "black boxes"). NEXTSTEP 1.0 was released on September 18, 1989 after several previews starting in 1986, and the last release 3.3 in early 1995, by which time it ran not only on Motorola 68000 family processors (specifically the original black boxes), but also generic IBM compatible x86/Intel, Sun SPARC, and HP PA-RISC. About the time of the 3.2 release NeXT teamed up with Sun Microsystems to develop OpenStep, a cross-platform standard and implementation (for Sun Solaris, Microsoft Windows, and NeXT's version of the Mach kernel) based on NEXTSTEP 3.2.
Following an announcement on December 20, 1996,[1] on February 4, 1997 Apple Computer acquired NeXT for $427 million, using the OpenStep operating system as the basis for Mac OS X.[2] Traces of the NEXTSTEP/OpenStep heritage can still be seen in Mac OS X; for example, in the Cocoa development environment, the Objective-C library classes have "NS" prefixes, and the HISTORY section of the manual page for the defaults command in Mac OS X straightforwardly states that the command "First appeared in NeXTStep." A free software implementation of the OpenStep standard, GNUstep, also exists.
NEXTSTEP was a combination of several parts:
* a Unix-like operating system based on the Mach kernel, plus source code from UC Berkeley's BSD Unix
* Display PostScript and a windowing engine
* the Objective-C language and runtime
* an object-oriented (OO) application layer, including several "kits"
* development tools for the OO layers
The key to NEXTSTEP's fame were the last three items. The toolkits offered incredible power, and were used to build all of the software on the machine. Distinctive features of the Objective-C language made the writing of applications with NEXTSTEP far easier than on many competing systems, and the system was often pointed to as a paragon of computer development, even a decade later.
NEXTSTEP's user interface was refined and consistent, and introduced the idea of the Dock, carried through OPENSTEP and into Mac OS X, and the Shelf. NEXTSTEP also created or was among the very first to sport a large number of other GUI concepts now common in other operating systems: 3D "chiseled" widgets, system-wide drag and drop of a wide range of objects beyond file icons, system-wide piped services, real-time scrolling and window dragging, properties dialog boxes ("inspectors"), window modification notices (such as the saved status of a file), etc. The system was among the first general-purpose user interfaces to handle publishing color standards, transparency, sophisticated sound and music processing (through a Motorola 56000 DSP), advanced graphics primitives, internationalization, and modern typography in a consistent manner across all applications.
Additional kits were added to the product line to make the system more attractive. This included Portable Distributed Objects (PDO), which allowed easy remote invocation, and Enterprise Objects Framework, a powerful object-relational database system. These kits made the system particularly interesting to custom application programmers, and NEXTSTEP had a long history in the financial programming community.