Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Janet AI Assistant

Janet is a powerful AI assistant application for macOS that orchestrates multiple AI models to provide intelligent responses to user queries.

Directory Structure

  • Source_Code/: Contains all the source code for the Janet application

    • Janet/: Main application source code
    • Janet.xcodeproj/: Xcode project files
    • Tests/: Test files for the application
    • Scripts/: Utility scripts
    • Janet.entitlements: App entitlements file
  • Documentation/: Contains all documentation for the project

    • README.md: Main project documentation
    • LAUNCHER_README.md: Documentation for launcher applications
  • Resources/: Contains resources used by the application

    • JanetIcon.icns: Application icon file
  • Builds/: Contains built application binaries

    • Janet.app: The compiled Janet application

Getting Started

  1. To launch Janet, use the provided launch script:

    ./launch_janet.sh
    
  2. Alternatively, you can directly open the application from the Builds directory:

    open Builds/Janet.app
    

Building from Source

To build Janet from source:

  1. Navigate to the Source_Code directory:

    cd Source_Code
    
  2. Build using xcodebuild:

    xcodebuild -scheme Janet -configuration Release -destination 'platform=macOS' build
    
  3. The built application will be available in the DerivedData directory.

Features

  • Multi-model orchestration for optimal responses
  • Support for various AI models including Ollama, Phi, Llama, and Mistral
  • Task-specific model selection
  • Memory context for maintaining conversation history
  • System command execution capabilities
  • Parallel and chain execution modes

Requirements

  • macOS 12.0 or later
  • Xcode 14.0 or later (for building from source)
  • Minimum 8GB RAM (16GB recommended)
  • 2GB free disk space

Troubleshooting

Icon Issues

If you encounter issues with icons not displaying correctly:

  1. Install the fileicon utility: brew install fileicon
  2. Use the clear_icon_cache.sh script to clear the macOS icon cache
  3. Restart Finder and Dock

Application Crashes

If the application crashes on startup:

  1. Check that all required models are properly installed
  2. Verify that the Ollama service is running if using local models
  3. Check the system logs for detailed error information

License

Janet is licensed under proprietary terms. See the license file for details.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages