https://github.com/chef/chef-workstation-app
The Chef Workstation desktop application.
https://github.com/chef/chef-workstation-app
chef chef-infra chef-workstation
Last synced: 9 months ago
JSON representation
The Chef Workstation desktop application.
- Host: GitHub
- URL: https://github.com/chef/chef-workstation-app
- Owner: chef
- License: apache-2.0
- Created: 2018-06-06T17:12:29.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-10-08T13:02:32.000Z (10 months ago)
- Last Synced: 2025-10-09T16:32:45.196Z (10 months ago)
- Topics: chef, chef-infra, chef-workstation
- Language: TypeScript
- Homepage:
- Size: 4.64 MB
- Stars: 11
- Watchers: 20
- Forks: 7
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Chef Workstation Tray Application
**Umbrella Project**: [Workstation](https://github.com/chef/chef-oss-practices/blob/main/projects/chef-workstation.md)
* **[Project State](https://github.com/chef/chef-oss-practices/blob/main/repo-management/repo-states.md):** Active
* **Issues [Response Time Maximum](https://github.com/chef/chef-oss-practices/blob/main/repo-management/repo-states.md):** 14 days
* **Pull Request [Response Time Maximum](https://github.com/chef/chef-oss-practices/blob/main/repo-management/repo-states.md):** 14 days
This the the tray application for Chef Workstation. It's written in Electron and is where we implement the UI based features of Chef Workstation.
## Development
### Development Prerequisites
* [NodeJS LTS](https://nodejs.org/)
#### On macOS
##### [Homebrew](https://brew.sh)
```shell
brew install node@16
```
##### [ASDF](https://github.com/asdf-vm/asdf)
```shell
asdf install
```
#### On Windows
[Download NodeJS LTS](https://nodejs.org/en/download/)
### Running the Dev Environment
```shell
npm install
npm start
```
## Design
Designs and assets can be found in our [Zeplin project](https://zpl.io/Vqwx37m).