Home
Softono

Open Vsx.org

Open source TypeScript
353
Stars
136
Forks
80
Issues
21
Watchers
3 months
Last Commit

 About Open Vsx.org

Source of open-vsx.org

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Open Vsx.org?

We provide expert installation service for this software. Our team will install, configure, and secure Open Vsx.org on your server. plans start at just $30.

Open Vsx.org

View on GitHub

Slack workspace EPLv2 License Build Status @ production OpenSSF Scorecard

open-vsx.org

This repository contains the source of open-vsx.org, the public instance of Eclipse Open VSX. Most of the code is maintained in eclipse/openvsx, while here you'll find only adaptations specific to the public instance.

The main artifact is the Docker image available at ghcr.io/eclipsefdn/openvsx-website. It contains the server application with customized frontend and base configuration.

Publishing and Managing Extensions

For information on publishing and managing extensions at open-vsx.org, please see the open-vsx.org wiki.

Claiming Namespace Ownership

Open VSX namespaces are public by default. Create an issue here to claim ownership of a namespace.

If you want to refute a previously granted ownership, please comment on the corresponding issue.

Getting started

Enable Yarn, install dependencies start a dev server:

cd website
corepack enable
corepack prepare yarn@stable --activate
yarn install --immutable
yarn dev

Contributing

  1. Fork the eclipsefdn/open-vsx.org repository
  2. Clone repository: git clone https://github.com/[your_github_username]/open-vsx.org.git
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -m 'Add some feature' -s
  5. Push feature branch: git push origin my-new-feature
  6. Submit a pull request

Declared Project Licenses

This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.

SPDX-License-Identifier: EPL-2.0

Bugs and feature requests

Have a bug or a feature request? Please search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

Trademarks

  • Eclipse® is a Trademark of the Eclipse Foundation, Inc.
  • Eclipse Foundation is a Trademark of the Eclipse Foundation, Inc.

Copyright and license

Copyright 2021-2025 the Eclipse Foundation, Inc. and the open-vsx.org authors. Code released under the Eclipse Public License Version 2.0 (EPL-2.0).