• Stars
    star
    4,115
  • Rank 10,538 (Top 0.3 %)
  • Language
    JavaScript
  • License
    Apache License 2.0
  • Created about 11 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Open source cloud & desktop IDE

Codebox

"Open source cloud & desktop IDE."

Build Status NPM version

Codebox is a complete and modular Cloud IDE. It can run on any unix-like machine (Linux, Mac OS X). It is an open source component of codebox.io (Cloud IDE as a Service).

The IDE can run on your desktop (Linux or Mac), on your server or the cloud. You can use the codebox.io service to host and manage IDE instances.

Codebox is built with web technologies: node.js, javascript, html and less. The IDE possesses a very modular and extensible architecture, that allows you to build your own features with through add-ons. Codebox is the first open and modular IDE capable of running both on the Desktop and in the cloud (with offline support).

The project is open source under the Apache 2.0 license. A screencast of the IDE is available on Youtube.

Image

How to install and run Codebox

Desktop Applications

Installers for the latest stable build for Mac and Linux can be downloaded on the release page.

Instructions on how to install it can be found for each release.

Install from NPM

Codebox can be installed as a Node package and use programatically or from the command line.

Install Codebox globally using NPM:

$ npm install -g codebox

And start the IDE from the command line:

$ codebox run ./myworkspace --open

Use this command to run and open Codebox IDE. By default, Codebox uses GIT to identify you, you can use the option [email protected] to define the email you want to use during GIT operations.

Others comand line options are available and can be list with: codebox --help. For deeper configuration, take a look at the documentation about environment variables.

Command line options

-h, --help              output usage information
-V, --version           output the version number
-r, --root [path]       Root folder for the workspace, default is current directory
-t, --templates [list]  Configuration templates, separated by commas
-p, --port [port]       HTTP port

Need help?

The IDE's documentation can be found at help.codebox.io. Feel free to ask any questions or signal problems by adding issues.

Helping Codebox

I want to help with the code: Codebox accepts pull-requests, please see the Contributing to Codebox guide for information on contributing to this project. And don't forget to add your contact informations on the AUTHORS list.

I found a bug: File it as an issue and please describe as much as possible the bug and the context.

I have a new suggestion: For feature requests please first check the issues list to see if it's already there. If not, feel free to file it as an issue and to define the label enhancement.

Contact info

More Repositories

1

sh.js

Terminal emulator in Javascript
JavaScript
38
star
2

bugs.js

A NodeJS library providing a unified interface to common debuggers (gdb, jdb, pdb, ...)
JavaScript
36
star
3

gittle.js

Simple Node.js wrapper for the Git CLI
JavaScript
22
star
4

desktop

Desktop application for Codebox IDE
CSS
13
star
5

codebox-chrome

Google Chrome Application for Codebox
JavaScript
10
star
6

package-editorsync

Realtime collaboration inside the code editor
JavaScript
8
star
7

pkgm

Make it easy to build a package manager for client/node large applications
JavaScript
7
star
8

codebox-docs

Codebox documentation website
CSS
7
star
9

large-watcher

A watcher for NodeJS, that works well with large directories
JavaScript
6
star
10

package-git

Git commands inside the IDE
JavaScript
5
star
11

package-terminal

Terminale inside the IDE
JavaScript
5
star
12

package-editor

Code editor
JavaScript
4
star
13

package-find

Find files and code
JavaScript
4
star
14

package-project

Project detection and samples
Shell
4
star
15

cfind

Node utility to find (and replace) code
JavaScript
4
star
16

package-statusbar

Status bar for Codebox
JavaScript
4
star
17

package-command-palette

Command palette in the IDE
JavaScript
4
star
18

package-run

Files/Projects runner
JavaScript
4
star
19

package-chat

Chat integrated inside the IDE
JavaScript
4
star
20

package-settings

Settings UI
JavaScript
3
star
21

package-coffeescript

CoffeeScript compiler in the IDE
JavaScript
3
star
22

package-pkgcontrol

Package Control
JavaScript
3
star
23

package-image

Image previewer
JavaScript
3
star
24

package-menubar

Menu bar for the IDE to give easy access to commands
JavaScript
3
star
25

package-watcher

File watcher
JavaScript
3
star
26

package-markdown

Markdown previewer
JavaScript
3
star
27

documentation

Book documentation for the IDE
3
star
28

package-about

About dialog
JavaScript
3
star
29

package-panels

Lateral panels
JavaScript
3
star
30

package-ctags

List and navigate ctags
JavaScript
2
star
31

package-tabs

Tabs manager
JavaScript
2
star
32

env

Setup a Codebox Development Environment
JavaScript
2
star
33

packages

Packages repository
2
star
34

package-files-tree

Lateral files tree
JavaScript
2
star
35

package-helloworld

Hello World simple package
JavaScript
2
star
36

package-recorder

Audio recorder
JavaScript
1
star
37

package-corvisa

Corvisa integration
JavaScript
1
star
38

package-audio

Audio files player
JavaScript
1
star