> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/tmedia-documentation/server-and-os-administration/supported-operating-systems.md).

# Supported operating systems

The following operating system is supported by FreeSBC:

#### FreeSBC

* CentOS 7 64-bit

The following operating system are supported by TMG systems:

#### TMG (2015+)

* CentOS 7 64-bit

#### TMG (2014-)

* CentOS 5 64-bit

The following operating systems are supported for developers on Tdev systems:

#### Tdev

* CentOS 7 64-bit
* CentOS 5.7 32-bit
* CentOS 5.7 64-bit

### Windows (until version 2.10)

* Visual studio 2008, msvc8 packages

The following operating systems are supported by Toolpack. With each of these operating systems, Toolpack have pre-requisites that need to be installed to work properly. For Unix-based systems, it may involve replacing some standard packages with either custom packages or specific versions of packages which may change the original distribution.

It is strongly advised to follow the pre-requisite guides from the [toolpack installation guides](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/operations/installing-toolpack/README.md#toolpack-installation-guide) when installing an operating system that will host the Toolpack software suite.

#### CentOS

* CentOS 7 64-bit
* CentOS 5.7 32-bit
* CentOS 5.7 64-bit
* CentOS 5.5 32-bit
* CentOS 5.5 64-bit

**Important note:** TelcoBridges offers [RPM repositories](https://repo.telcobridges.com) with the appropriate packages and patches to run the Toolpack software suite. Although these repositories were originally based on the CentOS official distribution, the package additions and patches now make them specific to TelcoBridges. These are not endorsed nor supported by CentOS or any of its affiliate. Support and maintenance is done by TelcoBridges.

#### RedHat

* Red Hat Enterprise Linux 5.7 RedHat has the same software as CentOS. CentOS distribution for Toolpack is also applicable for RedHat systems.

#### Debian

* Debian 4.0 64-bit The latest version of Debian is available at <http://www.debian.org/CD/http-ftp/>

#### Windows

* Windows Server 2003
* Windows XP 32-bit
* Windows Vista 32-bit
* Windows server 2008 32-bit

The latest version of Windows can be acquired from <http://www.microsoft.com>

For developers we support:

* Visual studio 1998, msvc6 packages (or win32)
* Visual studio 2005, msvc8 packages
* Visual studio 2008, also msvc8 packages -> requires a recompilation of the tbcaf library (and libtbxpcrecpp)

#### Solaris

* Solaris 10 Intel 32-bit (Not supported on Toolpack 2.5 and up) The latest version of Solaris is available at <http://www.sun.com/software/solaris/get.jsp>

***

Note: If your preferred operating system is not listed above, please contact the \[mailto:<support@telcobridges.com> Telcobridges support team].


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/tmedia-documentation/server-and-os-administration/supported-operating-systems.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
