Open Source ChromeOS Version Control Software - Page 5

Version Control Software for ChromeOS

  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • Orchestrate Your AI Agents with Zenflow Icon
    Orchestrate Your AI Agents with Zenflow

    The multi-agent workflow engine for modern teams. Zenflow executes coding, testing, and verification with deep repo awareness

    Zenflow orchestrates AI agents like a real engineering system. With parallel execution, spec-driven workflows, and deep multi-repo understanding, agents plan, implement, test, and verify end-to-end. Upgrade to AI workflows that work the way your team does.
    Try free now
  • 1
    FineVMS is a fine-grained versioning management system aiming to manage versioning of source code files. It is composed of two modules: Fineversion and Fineclipse implementing as extensions of the Subversion command line and Subclipse, respectively.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SCM (aka GemKit) provides source version control for GemStone/S. GS/S source code is stored in an ENVY repository. Changes made in the client development environment are automatically propagated to GS/S and optionally to the client execution environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    GeoGit

    GeoGit

    Geospatial Distributed Version Control System

    NOTE: this project has been renamed as GeoGig. Use this URL to get to the GeoGig downloads: https://sourceforge.net/p/geogig Welcome to the GeoGit project, exploring the use of distributed management of spatial data. GeoGit draws inspiration from Git, but adapts its core concepts to handle versioning of geospatial data. Users are able to import raw geospatial data (currently from Shapefiles, PostGIS or SpatiaLite) in to a repository where every change to the data is tracked. These changes can be viewed in a history, reverted to older versions, branched in to sandboxed areas, merged back in, and pushed to remote repositories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Ginsu is a cross-dialect semantic model and toolkit for partitioning Smalltalk code into packages, each package having a clearly defined scope and prerequisite structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 5
    GitHub Résumé

    GitHub Résumé

    Resumes generated using the GitHub informations

    GitHub Résumé is an open source project that allows developers to instantly generate a professional résumé from their GitHub profile. By connecting with GitHub, the application extracts key data such as repositories, contributions, and activity, then formats it into a clean, easy-to-share résumé. This tool is ideal for software engineers, open source contributors, and students who want to showcase their coding experience without manually formatting everything. The project focuses on simplicity, automation, and making your GitHub profile presentable in a résumé format. With its streamlined approach, it provides a quick way to highlight your technical background in a professional context. You must have Ruby and the Rack gem installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GitLab CE Server For Local Intranets

    GitLab CE Server For Local Intranets

    The Free & Popular Community git Server in a Complete Virtual Machine

    This VM is created for 2 reasons: 1. Very little initial setup work required to make a GIT Server live, within minutes. 2. This system should keep running for Years, without requiring Updates / Breakages. If you are new to Virtual Machines, then please watch the Video below ( taken from my other project. just replace td with gi wherever mentioned ) After starting this VM, please login to its administration panel with: Website Address: https://gi.local/ ( Accept Any Warnings due to Usage of Self-Signed https certificates ) Admin Username: root Admin Password: change_this from any PC on your Local Network. Explore all Options in the GUI, before creating new Project Repositories Change all Passwords i.e. System, Application Increase CPU Count, Memory, Disk Space ( Use SSD Storage Type ) in VM's Settings, as required, for the Best Performance Backup system regularly as shown in video, to avoid any issues. Google Search helps in finding more about GitLab
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Gradle Git Version

    Gradle Git Version

    A Gradle plugin that uses `git describe` to produce a version string

    This Gradle plugin derives your project’s version directly from the state of the Git repository, turning tags and commits into consistent semantic versions. It reads the most recent tag, the number of commits since that tag, and whether the working tree is dirty, then composes a deterministic version string. Teams can enforce patterns (for example, treating non-tagged builds as snapshots) and keep CI builds reproducible without hardcoding versions in build.gradle. The plugin integrates with Gradle’s project.version, so the computed version flows automatically into publishing, packaging, and artifact naming. It works well in branching workflows by incorporating branch or distance information, making debug artifacts easy to trace back to source. By centralizing version logic around Git history, it eliminates manual bumps and reduces mistakes when cutting releases across multiple modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Gruntspud is a graphical CVS client written in Java. It supports a variety of different connection mechanisms (local, pserver, ext, ssh & server). It is intended to be able to run as a plugin to jEdit but also as as a standalone application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    HgBox

    Tray Icon Utiltiy for Mercurial SCM

    HgBox is a small helper utility for usage with mercurial scm repositories. It helps you to keep your repositories in sync with a remote repository. It therefore starts periodically actions like e.g. push to and pull from the remote repository. This is especially helpful if you use mercurial as a kind of backup utility for important files and/or to sync files on different computers. HgBox is platform independent and programmed in Java, it should therefore work on all platforms supported by Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10

    Immutable Sparse Wave Trees (WaveTree)

    Realtime bigdata tool for bit strings up to 2^63 based on AVL forest

    Realtime bigdata tool at the bit level based on immutable AVL forest which can be run in memory or, in future versions, as a merkle forest like a blockchain. Main object is a sparse bit string (Bits) that efficiently scales up to 2^63 bits normally compressed as forest has duplicated substrings. Bits objects support reading bit, byte, short, int, or long (Java primitives) at any bit index in 64 bit range. Example: instead of building a class to hold a header and then data, represent all of that as Bits, subranges of them, and ints for sizes of its parts. Expansion ability for other kinds of compression, since Bits is a Java interface. Main functions on bits are substring, concat, number of 0 or 1 bits, and number of bits (size). All those operations can be done millions of times per second regardless of size because the AVL forest reuses existing branches recursively. Theres a scalar (originally for copy/pasting subranges of sounds) and a bit Java package. Sparse n dimensional matrix.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Incredible hosting system
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The IntegrationGuard is a small set of Java classes and some start scripts used in conjunction with CVS. This little tool supports the paradigms 'continuous and sequential integration' and 'unit testing' of 'eXtreme programming'
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The new Ionia Student Online is a student information system for high schools, run from a web environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Will allow web based (Facelet) ant compile/build/deploy script generator and runner unsing a JCR content repository for managing J2EE components in a project environnement. Maybe a little of all this soon...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Java based screenplay (movie script) editor and colaboration tool with a graphical interface (WYSIWYG) to create and/or edit scripts. Export in XML, PDF, XHTML and other formats. En español.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    JLibDiff is an implementation of diff and diff3 algorithm as lib. Differences are represented as java objects. You can use this lib for building text diff tools for example
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A Standalone and Flexible Framework which allows java developers to access CVS with minimal understanding of its implementation details. JRepository is a command pattern based framework where each command wraps a cvs command. Most common commands are imp
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Cross-platform visual versioning system aimmed at easing the user and administrator of large versioning repositories. Being developed in parallel with an API to allow other programs (such as IDEs) to checkout and release source code transparently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project provides a generic CDS (or ARINC 661 Server), coded in the Java language in order to facilitate the understanding of the ARINC 661 standard, prototype ARINC 661 concepts and architectures, etc… This project is managed by Dassault Aviation.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Aims to be able to manage multiple CVS repositories and copy parts of the contents and structure between repositories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Database versioning system. Checkout, update, commit and branch your database just like your sourcecode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    JETeam is a J2EE Quality Management Application that aims to help members of a team to work together by offering enterprise services such as remote project and task management and analysis. Jeteam is a pure Java Implementation using J2EE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Java Integrated Build Environment is a build environment that combines XP concepts like Continuous Integration with existing tools like Ant, JUnit, CruiseControl, CVS and Tomcat, to provide the community with a tool to build, test and release software
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This project is an effort to port the RCS source code into java in the hopes that this API will help in the porting of CVS also.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Java application designed to update existing java applications from an SVN repository. The application also optionally launches ANT build scripts during the update process.
    Downloads: 0 This Week
    Last Update:
    See Project