[GH-ISSUE #11726] Is Ollama APP (GUI) open source? #85450

Closed
opened 2026-05-09 23:57:37 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @xuanzhi33 on GitHub (Aug 6, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11726

I found that Ollama added a nice GUI in v0.10.0, but I can't find any related code in this repo. Is it open source?

Originally created by @xuanzhi33 on GitHub (Aug 6, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11726 I found that Ollama added a nice GUI in v0.10.0, but I can't find any related code in this repo. Is it open source?
Author
Owner

@bezo97 commented on GitHub (Aug 6, 2025):

Looks like its not. I've opened a ticket few days ago to clarify the license: #11634
Apparently maintainers are aware, still waiting on a response.

<!-- gh-comment-id:3161048126 --> @bezo97 commented on GitHub (Aug 6, 2025): Looks like its not. I've opened a ticket few days ago to clarify the license: #11634 Apparently maintainers are aware, still waiting on a response.
Author
Owner

@sjsone commented on GitHub (Aug 6, 2025):

well there seems to be the private GitHub repo: github.com/ollama/app

Based on this (incomplete) list of functions:

Name Location
github.com/ollama/app/auth.BuildConnectURL 0x1002996a0
github.com/ollama/app/logrotate.Rotate 0x100299810
github.com/ollama/app/store.init 0x1002b9320
github.com/ollama/app/store.newDatabase 0x1002b94e0
github.com/ollama/app/store.(*database).init 0x1002b96c0
github.com/ollama/app/store.(*database).migrate 0x1002b97a0
github.com/ollama/app/store.(*database).migrateV1ToV2 0x1002b9940
github.com/ollama/app/store.(*database).migrateV2ToV3 0x1002b9a30
github.com/ollama/app/store.(*database).getAllChats 0x1002b9b60
github.com/ollama/app/store.(*database).getAllChats.deferwrap1 0x1002ba130
github.com/ollama/app/store.(*database).getChatWithOptions 0x1002ba190
github.com/ollama/app/store.(*database).saveChat 0x1002ba420
github.com/ollama/app/store.(*database).saveChat.deferwrap1 0x1002ba910
github.com/ollama/app/store.(*database).deleteChat 0x1002ba970
github.com/ollama/app/store.(*database).updateLastMessage 0x1002baa60
github.com/ollama/app/store.(*database).updateLastMessage.deferwrap1 0x1002bb1a0
github.com/ollama/app/store.(*database).appendMessage 0x1002bb200
github.com/ollama/app/store.(*database).appendMessage.deferwrap1 0x1002bb4b0
github.com/ollama/app/store.(*database).getMessages 0x1002bb510
github.com/ollama/app/store.(*database).getMessages.deferwrap1 0x1002bbc60
github.com/ollama/app/store.(*database).insertMessage 0x1002bbcc0
github.com/ollama/app/store.(*database).getAttachments 0x1002bc110
github.com/ollama/app/store.(*database).getAttachments.deferwrap1 0x1002bc4e0
github.com/ollama/app/store.(*database).getToolCalls 0x1002bc540
github.com/ollama/app/store.(*database).getToolCalls.deferwrap1 0x1002bc9c0
github.com/ollama/app/store.(*database).insertAttachment 0x1002bca20
github.com/ollama/app/store.(*database).insertToolCall 0x1002bcb20
github.com/ollama/app/store.(*database).getID 0x1002bcd30
github.com/ollama/app/store.(*database).setID 0x1002bce30
github.com/ollama/app/store.(*database).getHasCompletedFirstRun 0x1002bcf20
github.com/ollama/app/store.(*database).setHasCompletedFirstRun 0x1002bd010
github.com/ollama/app/store.(*database).getSettings 0x1002bd0f0
github.com/ollama/app/store.(*database).setSettings 0x1002bd300
github.com/ollama/app/store.(*database).getWindowSize 0x1002bd530
github.com/ollama/app/store.(*database).setWindowSize 0x1002bd650
github.com/ollama/app/store.(*database).isConfigMigrated 0x1002bd750
github.com/ollama/app/store.(*database).setConfigMigrated 0x1002bd840
github.com/ollama/app/store.(*database).getSchemaVersion 0x1002bd920
github.com/ollama/app/store.(*database).setSchemaVersion 0x1002bda10
github.com/ollama/app/store.(*Store).ImgDir 0x1002bdaf0
github.com/ollama/app/store.NewMessage 0x1002bdba0
github.com/ollama/app/store.(*Store).ensureDB 0x1002bdd30
github.com/ollama/app/store.(*Store).ensureDB.deferwrap1 0x1002be0d0
github.com/ollama/app/store.(*Store).migrateFromConfig 0x1002be170
github.com/ollama/app/store.(*Store).ID 0x1002be520
github.com/ollama/app/store.(*Store).HasCompletedFirstRun 0x1002be590
github.com/ollama/app/store.(*Store).SetHasCompletedFirstRun 0x1002be600
github.com/ollama/app/store.(*Store).Settings 0x1002be670
github.com/ollama/app/store.(*Store).SetSettings 0x1002be900
github.com/ollama/app/store.(*Store).Chats 0x1002bea10
github.com/ollama/app/store.(*Store).ChatWithOptions 0x1002bea80
github.com/ollama/app/store.(*Store).SetChat 0x1002beba0
github.com/ollama/app/store.(*Store).DeleteChat 0x1002bec80
github.com/ollama/app/store.(*Store).WindowSize 0x1002bee70
github.com/ollama/app/store.(*Store).SetWindowSize 0x1002beee0
github.com/ollama/app/store.(*Store).UpdateLastMessage 0x1002bef60
github.com/ollama/app/store.(*Store).AppendMessage 0x1002bf000
github.com/ollama/app/server.init 0x1002bf4a0
github.com/ollama/app/server.resolvePath 0x1002bf640
github.com/ollama/app/server.cleanup 0x1002bf940
github.com/ollama/app/server.cleanup.deferwrap1 0x1002bfba0
github.com/ollama/app/server.stop 0x1002bfc00
github.com/ollama/app/server.stop.deferwrap1 0x1002bff40
github.com/ollama/app/server.(*Server).Run 0x1002bffc0
github.com/ollama/app/server.(*Server).Run.deferwrap1 0x1002c0450
github.com/ollama/app/server.(*Server).cmd 0x1002c04c0
github.com/ollama/app/server.(*Server).cmd.func1 0x1002c0b10
github.com/ollama/app/server.openRotatingLog 0x1002c0b70
github.com/ollama/app/server.terminated 0x1002c0ca0
github.com/ollama/app/tools.(*GetWebpage).Name 0x1002d3990
github.com/ollama/app/tools.(*GetWebpage).Description 0x1002d39a0
github.com/ollama/app/tools.(*GetWebpage).Prompt 0x1002d39b0
github.com/ollama/app/tools.(*GetWebpage).Schema 0x1002d39c0
github.com/ollama/app/tools.(*GetWebpage).Execute 0x1002d3a80
github.com/ollama/app/tools.(*GetWebpage).performWebCrawl 0x1002d3d00
github.com/ollama/app/tools.(*GetWebpage).performWebCrawl.deferwrap1 0x1002d4840
github.com/ollama/app/tools.(*FileReader).SetWorkingDir 0x1002d48b0
github.com/ollama/app/tools.(*FileReader).Name 0x1002d4920
github.com/ollama/app/tools.(*FileReader).Description 0x1002d4930
github.com/ollama/app/tools.(*FileReader).Prompt 0x1002d4940
github.com/ollama/app/tools.(*FileReader).Schema 0x1002d4950
github.com/ollama/app/tools.(*FileReader).Execute 0x1002d4a10
github.com/ollama/app/tools.(*FileReader).Execute.deferwrap1 0x1002d5380
github.com/ollama/app/tools.(*FileReader).readPDFFile 0x1002d53f0
github.com/ollama/app/tools.(*FileReader).readPDFFile.deferwrap1 0x1002d5980
github.com/ollama/app/tools.(*FileReader).extractTextFromPage 0x1002d59f0
github.com/ollama/app/tools.(*FileList).SetWorkingDir 0x1002d5d90
github.com/ollama/app/tools.(*FileList).Name 0x1002d5e00
github.com/ollama/app/tools.(*FileList).Description 0x1002d5e10
github.com/ollama/app/tools.(*FileList).Prompt 0x1002d5e20
github.com/ollama/app/tools.(*FileList).Schema 0x1002d5e30
github.com/ollama/app/tools.(*FileList).Execute 0x1002d5ef0
github.com/ollama/app/tools.(*FileList).listDirectory 0x1002d6300
github.com/ollama/app/tools.(*FileList).listRecursive 0x1002d6510
github.com/ollama/app/tools.NewRegistry 0x1002d6870
github.com/ollama/app/tools.(*Registry).Execute 0x1002d6b20
github.com/ollama/app/tools.(*Registry).ToolSchemas 0x1002d6cb0
github.com/ollama/app/tools.(*WebSearch).Name 0x1002d6f70
github.com/ollama/app/tools.(*WebSearch).Description 0x1002d6f80
github.com/ollama/app/tools.(*WebSearch).Prompt 0x1002d6f90
github.com/ollama/app/tools.(*WebSearch).Schema 0x1002d70c0
github.com/ollama/app/tools.(*WebSearch).Execute 0x1002d7180
github.com/ollama/app/tools.(*WebSearch).performWebSearch 0x1002d7410
github.com/ollama/app/tools.(*WebSearch).performWebSearch.deferwrap1 0x1002d7de0
github.com/ollama/app/client.convertBytesToText 0x10031b400
github.com/ollama/app/client.extractPDFText 0x10031b850
github.com/ollama/app/client.extractDOCXText 0x10031bcd0
github.com/ollama/app/client.New 0x10031c020
github.com/ollama/app/client.createSettingsClient 0x10031c220
github.com/ollama/app/client.createClientFromURL 0x10031c480
github.com/ollama/app/client.(*OllamaClient).Chat 0x10031c5a0
github.com/ollama/app/client.(*OllamaClient).ChatWithTools 0x10031cb80
github.com/ollama/app/client.convertToOllamaTool 0x10031d390
github.com/ollama/app/client.(*OllamaClient).List 0x10031d960
github.com/ollama/app/client.isImageAttachment 0x10031daf0
github.com/ollama/app/agent.New 0x10031dc80
github.com/ollama/app/agent.(*Agent).RunAgent 0x10031dfe0
github.com/ollama/app/agent.(*Agent).processChatResponse 0x1,0031E+274
github.com/ollama/app/agent.(*Agent).processChatResponse.func1 0x10031e4f0
github.com/ollama/app/agent.(*Agent).handleThinking 0x10031e670
github.com/ollama/app/agent.(*Agent).handleContent 0x10031e750
github.com/ollama/app/agent.(*Agent).handleToolCalls 0x10031e950
github.com/ollama/app/ui.init 0x10031f880
github.com/ollama/app/ui.init.Bool.func1 0x10031f910
github.com/ollama/app/ui.(*Server).appHandler 0x10031f980
github.com/ollama/app/ui.(*Server).appHandler.func1 0x10031fab0
github.com/ollama/app/ui.models 0x10031fec0
github.com/ollama/app/ui.models.func1 0x100320860
github.com/ollama/app/ui.ollamaHostModels 0x1003208f0
github.com/ollama/app/ui.ollamaHostModels.WithLogger.func2 0x100320b30
github.com/ollama/app/ui.ollamaHostModels.WithStore.func1 0x100320b90
github.com/ollama/app/ui.cloudModels 0x100320bf0
github.com/ollama/app/ui.cloudModels.WithLogger.func1 0x100320f30
github.com/ollama/app/ui.modelExistsInRegistry 0x100320f90
github.com/ollama/app/ui.modelExistsInRegistry.deferwrap1 0x100321220
github.com/ollama/app/ui.(*statusRecorder).Written 0x100321290
github.com/ollama/app/ui.(*statusRecorder).WriteHeader 0x1003212a0
github.com/ollama/app/ui.(*statusRecorder).Status 0x1003212f0
github.com/ollama/app/ui.(*statusRecorder).Flush 0x100321310
github.com/ollama/app/ui.(*Server).log 0x1003213c0
github.com/ollama/app/ui.(*Server).Handler 0x1,003213E+06
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func16 0x1,00321E+25
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func16.1 0x100322430
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func15 0x1003227c0
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func15.1 0x100322dd0
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func14 0x100323160
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func14.1 0x100323770
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func13 0x100323b00
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func13.1 0x100324110
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func12 0x1003244a0
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func12.1 0x100324ab0
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func11 0x1,00324E+45
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func11.1 0x100325450
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func10 0x1,003257E+06
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func10.1 0x100325df0
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func9 0x100326180
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func9.1 0x100326790
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func8 0x100326b20
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func8.1 0x100327130
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func7 0x1003274c0
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func7.1 0x100327ad0
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func6 0x1,00327E+65
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func6.1 0x100328470
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func5 0x100328800
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func5.1 0x1,00328E+15
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func4 0x1003291a0
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func4.1 0x1003297b0
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func3 0x100329b40
github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func3.1 0x10032a150
github.com/ollama/app/ui.(*Server).handleError 0x10032a4e0
github.com/ollama/app/ui.(*Server).checkCloudConnectivity 0x10032a9b0
github.com/ollama/app/ui.(*Server).checkCloudConnectivity.deferwrap1 0x10032acb0
github.com/ollama/app/ui.(*Server).doSelfSigned 0x10032ad50
github.com/ollama/app/ui.(*Server).UserData 0x10032b100
github.com/ollama/app/ui.(*Server).UserData.deferwrap1 0x10032b490
github.com/ollama/app/ui.(*Server).handleCreateChat 0x10032b500
github.com/ollama/app/ui.(*Server).handleCreateChat.WithLogger.func2 0x10032b7b0
github.com/ollama/app/ui.(*Server).handleCreateChat.WithStore.func1 0x10032b810
github.com/ollama/app/ui.(*Server).handleGetApiChats 0x10032b870
github.com/ollama/app/ui.(*Server).handleGetApiModels 0x10032bb70
github.com/ollama/app/ui.getError 0x10032bde0
github.com/ollama/app/ui.(*Server).runAgent 0x10032bfa0
github.com/ollama/app/ui.(*Server).runAgent.func1 0x10032cf70
github.com/ollama/app/ui.(*Server).handlePostApiChat 0x10032dec0
github.com/ollama/app/ui.(*Server).handlePostApiChat.func2 0x10032fca0
github.com/ollama/app/ui.(*Server).handlePostApiChat.WithLogger.func5 0x1003306c0
github.com/ollama/app/ui.(*Server).handlePostApiChat.func1 0x100330720
github.com/ollama/app/ui.(*Server).handlePostApiChat.WithLogger.func4 0x100330930
github.com/ollama/app/ui.(*Server).handlePostApiChat.WithStore.func3 0x100330990
github.com/ollama/app/ui.(*Server).handleGetApiChat 0x1003309f0
github.com/ollama/app/ui.(*Server).handleRenameChat 0x1,0033E+75
github.com/ollama/app/ui.(*Server).handleDeleteChat 0x100331400
github.com/ollama/app/ui.chatInfoFromChat 0x1003316a0
github.com/ollama/app/ui.(*Server).handleGetApiSettings 0x1003318d0
github.com/ollama/app/ui.(*Server).handlePostApiSettings 0x100331ba0
github.com/ollama/app/ui.(*Server).handleMe 0x1003320b0
github.com/ollama/app/ui.(*Server).handleDisconnect 0x100332450
github.com/ollama/app/ui.(*Server).handleDisconnect.deferwrap1 0x100332cc0
github.com/ollama/app/ui.(*Server).handleConnectURL 0x100332d30
github.com/ollama/app/ui.(*Server).modelCapabilities 0x100333110
github.com/ollama/app/ui.(*Server).modelCapabilities.WithLogger.func2 0x100333660
github.com/ollama/app/ui.(*Server).modelCapabilities.WithStore.func1 0x1003336c0
github.com/ollama/app/ui.(*Server).Handler.func2 0x100333720
github.com/ollama/app/ui.statusRecorder.Header 0x100333a10
github.com/ollama/app/ui.(*statusRecorder).Header 0x100333a90
github.com/ollama/app/ui.statusRecorder.Write 0x100333b00
github.com/ollama/app/ui.(*statusRecorder).Write 0x100333b90
github.com/ollama/app/ui.(*Server).handleGetApiChats-fm 0x100333c10
github.com/ollama/app/ui.(*Server).handleGetApiChat-fm 0x100333ca0
github.com/ollama/app/ui.(*Server).handlePostApiChat-fm 0x100333d30
github.com/ollama/app/ui.(*Server).handleDeleteChat-fm 0x100333dc0
github.com/ollama/app/ui.(*Server).handleCreateChat-fm 0x1,00333E+55
github.com/ollama/app/ui.(*Server).handleRenameChat-fm 0x100333ee0
github.com/ollama/app/ui.(*Server).handleGetApiModels-fm 0x100333f70
github.com/ollama/app/ui.(*Server).modelCapabilities-fm 0x100334000
github.com/ollama/app/ui.(*Server).handleGetApiSettings-fm 0x100334090
github.com/ollama/app/ui.(*Server).handlePostApiSettings-fm 0x100334120
github.com/ollama/app/ui.(*Server).handleMe-fm 0x1003341b0
github.com/ollama/app/ui.(*Server).handleDisconnect-fm 0x100334240
github.com/ollama/app/ui.(*Server).handleConnectURL-fm 0x1003342d0
github.com/ollama/app/updater.init 0x1003353b0
github.com/ollama/app/updater.init.func1 0x100335420
github.com/ollama/app/updater.(*Updater).checkForUpdate 0x100335660
github.com/ollama/app/updater.(*Updater).checkForUpdate.deferwrap1 0x100336770
github.com/ollama/app/updater.(*Updater).DownloadNewRelease 0x1,003367E+06
github.com/ollama/app/updater.(*Updater).DownloadNewRelease.deferwrap2 0x1003372b0
github.com/ollama/app/updater.(*Updater).DownloadNewRelease.deferwrap1 0x100337320
github.com/ollama/app/updater.(*Updater).DownloadNewRelease.func1 0x100337390
github.com/ollama/app/updater.cleanupOldDownloads 0x100337450
github.com/ollama/app/updater.(*Updater).StartBackgroundUpdaterChecker 0x1003376c0
github.com/ollama/app/updater.(*Updater).StartBackgroundUpdaterChecker.func1 0x100337780
github.com/ollama/app/updater._Cfunc_CString 0x100337a10
github.com/ollama/app/updater._Cfunc_chownWithAuthorization 0x100337b00
github.com/ollama/app/updater._Cfunc_free 0x100337b70
github.com/ollama/app/updater._Cfunc_verifyExtractedBundle 0x100337be0
github.com/ollama/app/updater._cgo_cmalloc 0x100337c50
github.com/ollama/app/updater.init.0 0x100337cc0
github.com/ollama/app/updater.DoUpgrade 0x1003381f0
github.com/ollama/app/updater.DoUpgrade.deferwrap2 0x1003396d0
github.com/ollama/app/updater.DoUpgrade.func1 0x100339740
github.com/ollama/app/updater.DoUpgrade.deferwrap1 0x1003399a0
github.com/ollama/app/updater.DoPostUpgradeCleanup 0x100339a10
github.com/ollama/app/updater.verifyDownload 0x100339b90
github.com/ollama/app/updater.verifyDownload.deferwrap3 0x10033a890
github.com/ollama/app/updater.verifyDownload.deferwrap2 0x10033a900
github.com/ollama/app/updater.verifyDownload.deferwrap1 0x10033a970
github.com/ollama/app/updater.DoUpgradeAtStartup 0x10033a9d0
github.com/ollama/app/updater.getStagedUpdate 0x10033abe0
github.com/ollama/app/updater.chownWithAuthorization 0x10033adb0
github.com/ollama/app/updater.chownWithAuthorization.chownWithAuthorization.func1.func2 0x10033ae60
github.com/ollama/app/updater.verifyExtractedBundle 0x10033aec0
github.com/ollama/app/updater.verifyExtractedBundle.verifyExtractedBundle.func1.func2 0x10033aff0
github.com/ollama/app/updater.goLogInfo 0x10033b050
github.com/ollama/app/updater.goLogDebug 0x10033b0e0
github.com/ollama/app/updater.alreadyMoved 0x10033b170
github.com/ollama/app/dialog/cocoa._Cfunc_CString 0x10033b910
github.com/ollama/app/dialog/cocoa._Cfunc_NSRelease 0x10033ba00
github.com/ollama/app/dialog/cocoa._Cfunc_NSStr 0x10033ba70
github.com/ollama/app/dialog/cocoa._Cfunc_fileDlg 0x10033baf0
github.com/ollama/app/dialog/cocoa._Cfunc_free 0x10033bb60
github.com/ollama/app/dialog/cocoa._cgo_cmalloc 0x10033bbd0
github.com/ollama/app/dialog/cocoa.nsStr 0x10033bc40
github.com/ollama/app/dialog/cocoa.FileDlg 0x10033bcf0
github.com/ollama/app/dialog/cocoa.fileDlg 0x10033bd80
github.com/ollama/app/dialog/cocoa.fileDlg.fileDlg.func6.func13 0x10033c3d0
github.com/ollama/app/dialog/cocoa.fileDlg.fileDlg.func5.func12 0x10033c430
github.com/ollama/app/dialog/cocoa.fileDlg.fileDlg.func4.func11 0x10033c490
github.com/ollama/app/dialog/cocoa.fileDlg.fileDlg.func3.func10 0x10033c4f0
github.com/ollama/app/dialog/cocoa.fileDlg.fileDlg.func2.func9 0x10033c550
github.com/ollama/app/dialog/cocoa.fileDlg.fileDlg.func1.func8 0x10033c5b0
github.com/ollama/app/dialog.init 0x10033c690
github.com/ollama/app/dialog.(*FileBuilder).Load 0x10033c700
github.com/ollama/app/dialog.(*FileBuilder).run 0x10033c740
github.com/ollama/app/dialog.(*DirectoryBuilder).browse 0x10033c960
github.com/ollama/app/webview.init 0x10033ca00
github.com/ollama/app/webview._Cfunc_CString 0x10033ca90
github.com/ollama/app/webview._Cfunc_CgoWebViewBind 0x10033cb80
github.com/ollama/app/webview._Cfunc_CgoWebViewDispatch 0x10033cc10
github.com/ollama/app/webview._Cfunc_free 0x10033cc90
github.com/ollama/app/webview._Cfunc_webview_create 0x10033cd00
github.com/ollama/app/webview._Cfunc_webview_destroy 0x10033cd80
github.com/ollama/app/webview._Cfunc_webview_eval 0x10033cdf0
github.com/ollama/app/webview._Cfunc_webview_get_window 0x10033ce70
github.com/ollama/app/webview._Cfunc_webview_init 0x10033cee0
github.com/ollama/app/webview._Cfunc_webview_navigate 0x10033cf60
github.com/ollama/app/webview._Cfunc_webview_return 0x10033cfe0
github.com/ollama/app/webview._Cfunc_webview_set_size 0x10033d080
github.com/ollama/app/webview._Cfunc_webview_set_title 0x10033d130
github.com/ollama/app/webview._Cfunc_webview_terminate 0x10033d1b0
github.com/ollama/app/webview._cgo_cmalloc 0x10033d220
github.com/ollama/app/webview.init.0 0x10033d290
github.com/ollama/app/webview.NewWindow 0x10033d2d0
github.com/ollama/app/webview.(*webview).Destroy 0x10033d3a0
github.com/ollama/app/webview.(*webview).Terminate 0x10033d410
github.com/ollama/app/webview.(*webview).Window 0x10033d480
github.com/ollama/app/webview.(*webview).Navigate 0x10033d4f0
github.com/ollama/app/webview.(*webview).Navigate.(*webview).Navigate.func1.func3 0x10033d5d0
github.com/ollama/app/webview.(*webview).SetTitle 0x10033d630
github.com/ollama/app/webview.(*webview).SetTitle.(*webview).SetTitle.func1.func3 0x10033d710
github.com/ollama/app/webview.(*webview).SetSize 0x10033d770
github.com/ollama/app/webview.(*webview).Init 0x10033d800
github.com/ollama/app/webview.(*webview).Init.(*webview).Init.func1.func3 0x10033d8e0
github.com/ollama/app/webview.(*webview).Eval 0x10033d940
github.com/ollama/app/webview.(*webview).Eval.(*webview).Eval.func1.func3 0x10033da20
github.com/ollama/app/webview.(*webview).Dispatch 0x10033da80
github.com/ollama/app/webview._webviewDispatchGoCallback 0x10033dc70
github.com/ollama/app/webview._webviewBindingGoCallback 0x10033ddc0
github.com/ollama/app/webview._webviewBindingGoCallback._webviewBindingGoCallback.func2.func4 0x1,0033E+74
github.com/ollama/app/webview.(*webview).Bind 0x10033e0d0
github.com/ollama/app/webview.(*webview).Bind.(*webview).Bind.func2.func4 0x10033e4e0
github.com/ollama/app/webview.(*webview).Bind.func1 0x10033e540
<!-- gh-comment-id:3161513386 --> @sjsone commented on GitHub (Aug 6, 2025): well there seems to be the private GitHub repo: [github.com/ollama/app](https://github.com/ollama/app) Based on this (incomplete) list of functions: |Name |Location | |---------------------------------------------------------------------------------------------|----------------| |github.com/ollama/app/auth.BuildConnectURL |_0x1002996a0_ | |github.com/ollama/app/logrotate.Rotate |_0x100299810_ | |github.com/ollama/app/store.init |_0x1002b9320_ | |github.com/ollama/app/store.newDatabase |_0x1002b94e0_ | |github.com/ollama/app/store.(*database).init |_0x1002b96c0_ | |github.com/ollama/app/store.(*database).migrate |_0x1002b97a0_ | |github.com/ollama/app/store.(*database).migrateV1ToV2 |_0x1002b9940_ | |github.com/ollama/app/store.(*database).migrateV2ToV3 |_0x1002b9a30_ | |github.com/ollama/app/store.(*database).getAllChats |_0x1002b9b60_ | |github.com/ollama/app/store.(*database).getAllChats.deferwrap1 |_0x1002ba130_ | |github.com/ollama/app/store.(*database).getChatWithOptions |_0x1002ba190_ | |github.com/ollama/app/store.(*database).saveChat |_0x1002ba420_ | |github.com/ollama/app/store.(*database).saveChat.deferwrap1 |_0x1002ba910_ | |github.com/ollama/app/store.(*database).deleteChat |_0x1002ba970_ | |github.com/ollama/app/store.(*database).updateLastMessage |_0x1002baa60_ | |github.com/ollama/app/store.(*database).updateLastMessage.deferwrap1 |_0x1002bb1a0_ | |github.com/ollama/app/store.(*database).appendMessage |_0x1002bb200_ | |github.com/ollama/app/store.(*database).appendMessage.deferwrap1 |_0x1002bb4b0_ | |github.com/ollama/app/store.(*database).getMessages |_0x1002bb510_ | |github.com/ollama/app/store.(*database).getMessages.deferwrap1 |_0x1002bbc60_ | |github.com/ollama/app/store.(*database).insertMessage |_0x1002bbcc0_ | |github.com/ollama/app/store.(*database).getAttachments |_0x1002bc110_ | |github.com/ollama/app/store.(*database).getAttachments.deferwrap1 |_0x1002bc4e0_ | |github.com/ollama/app/store.(*database).getToolCalls |_0x1002bc540_ | |github.com/ollama/app/store.(*database).getToolCalls.deferwrap1 |_0x1002bc9c0_ | |github.com/ollama/app/store.(*database).insertAttachment |_0x1002bca20_ | |github.com/ollama/app/store.(*database).insertToolCall |_0x1002bcb20_ | |github.com/ollama/app/store.(*database).getID |_0x1002bcd30_ | |github.com/ollama/app/store.(*database).setID |_0x1002bce30_ | |github.com/ollama/app/store.(*database).getHasCompletedFirstRun |_0x1002bcf20_ | |github.com/ollama/app/store.(*database).setHasCompletedFirstRun |_0x1002bd010_ | |github.com/ollama/app/store.(*database).getSettings |_0x1002bd0f0_ | |github.com/ollama/app/store.(*database).setSettings |_0x1002bd300_ | |github.com/ollama/app/store.(*database).getWindowSize |_0x1002bd530_ | |github.com/ollama/app/store.(*database).setWindowSize |_0x1002bd650_ | |github.com/ollama/app/store.(*database).isConfigMigrated |_0x1002bd750_ | |github.com/ollama/app/store.(*database).setConfigMigrated |_0x1002bd840_ | |github.com/ollama/app/store.(*database).getSchemaVersion |_0x1002bd920_ | |github.com/ollama/app/store.(*database).setSchemaVersion |_0x1002bda10_ | |github.com/ollama/app/store.(*Store).ImgDir |_0x1002bdaf0_ | |github.com/ollama/app/store.NewMessage |_0x1002bdba0_ | |github.com/ollama/app/store.(*Store).ensureDB |_0x1002bdd30_ | |github.com/ollama/app/store.(*Store).ensureDB.deferwrap1 |_0x1002be0d0_ | |github.com/ollama/app/store.(*Store).migrateFromConfig |_0x1002be170_ | |github.com/ollama/app/store.(*Store).ID |_0x1002be520_ | |github.com/ollama/app/store.(*Store).HasCompletedFirstRun |_0x1002be590_ | |github.com/ollama/app/store.(*Store).SetHasCompletedFirstRun |_0x1002be600_ | |github.com/ollama/app/store.(*Store).Settings |_0x1002be670_ | |github.com/ollama/app/store.(*Store).SetSettings |_0x1002be900_ | |github.com/ollama/app/store.(*Store).Chats |_0x1002bea10_ | |github.com/ollama/app/store.(*Store).ChatWithOptions |_0x1002bea80_ | |github.com/ollama/app/store.(*Store).SetChat |_0x1002beba0_ | |github.com/ollama/app/store.(*Store).DeleteChat |_0x1002bec80_ | |github.com/ollama/app/store.(*Store).WindowSize |_0x1002bee70_ | |github.com/ollama/app/store.(*Store).SetWindowSize |_0x1002beee0_ | |github.com/ollama/app/store.(*Store).UpdateLastMessage |_0x1002bef60_ | |github.com/ollama/app/store.(*Store).AppendMessage |_0x1002bf000_ | |github.com/ollama/app/server.init |_0x1002bf4a0_ | |github.com/ollama/app/server.resolvePath |_0x1002bf640_ | |github.com/ollama/app/server.cleanup |_0x1002bf940_ | |github.com/ollama/app/server.cleanup.deferwrap1 |_0x1002bfba0_ | |github.com/ollama/app/server.stop |_0x1002bfc00_ | |github.com/ollama/app/server.stop.deferwrap1 |_0x1002bff40_ | |github.com/ollama/app/server.(*Server).Run |_0x1002bffc0_ | |github.com/ollama/app/server.(*Server).Run.deferwrap1 |_0x1002c0450_ | |github.com/ollama/app/server.(*Server).cmd |_0x1002c04c0_ | |github.com/ollama/app/server.(*Server).cmd.func1 |_0x1002c0b10_ | |github.com/ollama/app/server.openRotatingLog |_0x1002c0b70_ | |github.com/ollama/app/server.terminated |_0x1002c0ca0_ | |github.com/ollama/app/tools.(*GetWebpage).Name |_0x1002d3990_ | |github.com/ollama/app/tools.(*GetWebpage).Description |_0x1002d39a0_ | |github.com/ollama/app/tools.(*GetWebpage).Prompt |_0x1002d39b0_ | |github.com/ollama/app/tools.(*GetWebpage).Schema |_0x1002d39c0_ | |github.com/ollama/app/tools.(*GetWebpage).Execute |_0x1002d3a80_ | |github.com/ollama/app/tools.(*GetWebpage).performWebCrawl |_0x1002d3d00_ | |github.com/ollama/app/tools.(*GetWebpage).performWebCrawl.deferwrap1 |_0x1002d4840_ | |github.com/ollama/app/tools.(*FileReader).SetWorkingDir |_0x1002d48b0_ | |github.com/ollama/app/tools.(*FileReader).Name |_0x1002d4920_ | |github.com/ollama/app/tools.(*FileReader).Description |_0x1002d4930_ | |github.com/ollama/app/tools.(*FileReader).Prompt |_0x1002d4940_ | |github.com/ollama/app/tools.(*FileReader).Schema |_0x1002d4950_ | |github.com/ollama/app/tools.(*FileReader).Execute |_0x1002d4a10_ | |github.com/ollama/app/tools.(*FileReader).Execute.deferwrap1 |_0x1002d5380_ | |github.com/ollama/app/tools.(*FileReader).readPDFFile |_0x1002d53f0_ | |github.com/ollama/app/tools.(*FileReader).readPDFFile.deferwrap1 |_0x1002d5980_ | |github.com/ollama/app/tools.(*FileReader).extractTextFromPage |_0x1002d59f0_ | |github.com/ollama/app/tools.(*FileList).SetWorkingDir |_0x1002d5d90_ | |github.com/ollama/app/tools.(*FileList).Name |_0x1002d5e00_ | |github.com/ollama/app/tools.(*FileList).Description |_0x1002d5e10_ | |github.com/ollama/app/tools.(*FileList).Prompt |_0x1002d5e20_ | |github.com/ollama/app/tools.(*FileList).Schema |_0x1002d5e30_ | |github.com/ollama/app/tools.(*FileList).Execute |_0x1002d5ef0_ | |github.com/ollama/app/tools.(*FileList).listDirectory |_0x1002d6300_ | |github.com/ollama/app/tools.(*FileList).listRecursive |_0x1002d6510_ | |github.com/ollama/app/tools.NewRegistry |_0x1002d6870_ | |github.com/ollama/app/tools.(*Registry).Execute |_0x1002d6b20_ | |github.com/ollama/app/tools.(*Registry).ToolSchemas |_0x1002d6cb0_ | |github.com/ollama/app/tools.(*WebSearch).Name |_0x1002d6f70_ | |github.com/ollama/app/tools.(*WebSearch).Description |_0x1002d6f80_ | |github.com/ollama/app/tools.(*WebSearch).Prompt |_0x1002d6f90_ | |github.com/ollama/app/tools.(*WebSearch).Schema |_0x1002d70c0_ | |github.com/ollama/app/tools.(*WebSearch).Execute |_0x1002d7180_ | |github.com/ollama/app/tools.(*WebSearch).performWebSearch |_0x1002d7410_ | |github.com/ollama/app/tools.(*WebSearch).performWebSearch.deferwrap1 |_0x1002d7de0_ | |github.com/ollama/app/client.convertBytesToText |_0x10031b400_ | |github.com/ollama/app/client.extractPDFText |_0x10031b850_ | |github.com/ollama/app/client.extractDOCXText |_0x10031bcd0_ | |github.com/ollama/app/client.New |_0x10031c020_ | |github.com/ollama/app/client.createSettingsClient |_0x10031c220_ | |github.com/ollama/app/client.createClientFromURL |_0x10031c480_ | |github.com/ollama/app/client.(*OllamaClient).Chat |_0x10031c5a0_ | |github.com/ollama/app/client.(*OllamaClient).ChatWithTools |_0x10031cb80_ | |github.com/ollama/app/client.convertToOllamaTool |_0x10031d390_ | |github.com/ollama/app/client.(*OllamaClient).List |_0x10031d960_ | |github.com/ollama/app/client.isImageAttachment |_0x10031daf0_ | |github.com/ollama/app/agent.New |_0x10031dc80_ | |github.com/ollama/app/agent.(*Agent).RunAgent |_0x10031dfe0_ | |github.com/ollama/app/agent.(*Agent).processChatResponse |_0x1,0031E+274_ | |github.com/ollama/app/agent.(*Agent).processChatResponse.func1 |_0x10031e4f0_ | |github.com/ollama/app/agent.(*Agent).handleThinking |_0x10031e670_ | |github.com/ollama/app/agent.(*Agent).handleContent |_0x10031e750_ | |github.com/ollama/app/agent.(*Agent).handleToolCalls |_0x10031e950_ | |github.com/ollama/app/ui.init |_0x10031f880_ | |github.com/ollama/app/ui.init.Bool.func1 |_0x10031f910_ | |github.com/ollama/app/ui.(*Server).appHandler |_0x10031f980_ | |github.com/ollama/app/ui.(*Server).appHandler.func1 |_0x10031fab0_ | |github.com/ollama/app/ui.models |_0x10031fec0_ | |github.com/ollama/app/ui.models.func1 |_0x100320860_ | |github.com/ollama/app/ui.ollamaHostModels |_0x1003208f0_ | |github.com/ollama/app/ui.ollamaHostModels.WithLogger.func2 |_0x100320b30_ | |github.com/ollama/app/ui.ollamaHostModels.WithStore.func1 |_0x100320b90_ | |github.com/ollama/app/ui.cloudModels |_0x100320bf0_ | |github.com/ollama/app/ui.cloudModels.WithLogger.func1 |_0x100320f30_ | |github.com/ollama/app/ui.modelExistsInRegistry |_0x100320f90_ | |github.com/ollama/app/ui.modelExistsInRegistry.deferwrap1 |_0x100321220_ | |github.com/ollama/app/ui.(*statusRecorder).Written |_0x100321290_ | |github.com/ollama/app/ui.(*statusRecorder).WriteHeader |_0x1003212a0_ | |github.com/ollama/app/ui.(*statusRecorder).Status |_0x1003212f0_ | |github.com/ollama/app/ui.(*statusRecorder).Flush |_0x100321310_ | |github.com/ollama/app/ui.(*Server).log |_0x1003213c0_ | |github.com/ollama/app/ui.(*Server).Handler |_0x1,003213E+06_| |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func16 |_0x1,00321E+25_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func16.1 |_0x100322430_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func15 |_0x1003227c0_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func15.1 |_0x100322dd0_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func14 |_0x100323160_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func14.1 |_0x100323770_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func13 |_0x100323b00_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func13.1 |_0x100324110_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func12 |_0x1003244a0_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func12.1 |_0x100324ab0_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func11 |_0x1,00324E+45_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func11.1 |_0x100325450_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func10 |_0x1,003257E+06_| |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func10.1 |_0x100325df0_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func9 |_0x100326180_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func9.1 |_0x100326790_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func8 |_0x100326b20_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func8.1 |_0x100327130_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func7 |_0x1003274c0_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func7.1 |_0x100327ad0_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func6 |_0x1,00327E+65_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func6.1 |_0x100328470_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func5 |_0x100328800_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func5.1 |_0x1,00328E+15_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func4 |_0x1003291a0_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func4.1 |_0x1003297b0_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func3 |_0x100329b40_ | |github.com/ollama/app/ui.(*Server).Handler.(*Server).Handler.func1.func3.1 |_0x10032a150_ | |github.com/ollama/app/ui.(*Server).handleError |_0x10032a4e0_ | |github.com/ollama/app/ui.(*Server).checkCloudConnectivity |_0x10032a9b0_ | |github.com/ollama/app/ui.(*Server).checkCloudConnectivity.deferwrap1 |_0x10032acb0_ | |github.com/ollama/app/ui.(*Server).doSelfSigned |_0x10032ad50_ | |github.com/ollama/app/ui.(*Server).UserData |_0x10032b100_ | |github.com/ollama/app/ui.(*Server).UserData.deferwrap1 |_0x10032b490_ | |github.com/ollama/app/ui.(*Server).handleCreateChat |_0x10032b500_ | |github.com/ollama/app/ui.(*Server).handleCreateChat.WithLogger.func2 |_0x10032b7b0_ | |github.com/ollama/app/ui.(*Server).handleCreateChat.WithStore.func1 |_0x10032b810_ | |github.com/ollama/app/ui.(*Server).handleGetApiChats |_0x10032b870_ | |github.com/ollama/app/ui.(*Server).handleGetApiModels |_0x10032bb70_ | |github.com/ollama/app/ui.getError |_0x10032bde0_ | |github.com/ollama/app/ui.(*Server).runAgent |_0x10032bfa0_ | |github.com/ollama/app/ui.(*Server).runAgent.func1 |_0x10032cf70_ | |github.com/ollama/app/ui.(*Server).handlePostApiChat |_0x10032dec0_ | |github.com/ollama/app/ui.(*Server).handlePostApiChat.func2 |_0x10032fca0_ | |github.com/ollama/app/ui.(*Server).handlePostApiChat.WithLogger.func5 |_0x1003306c0_ | |github.com/ollama/app/ui.(*Server).handlePostApiChat.func1 |_0x100330720_ | |github.com/ollama/app/ui.(*Server).handlePostApiChat.WithLogger.func4 |_0x100330930_ | |github.com/ollama/app/ui.(*Server).handlePostApiChat.WithStore.func3 |_0x100330990_ | |github.com/ollama/app/ui.(*Server).handleGetApiChat |_0x1003309f0_ | |github.com/ollama/app/ui.(*Server).handleRenameChat |_0x1,0033E+75_ | |github.com/ollama/app/ui.(*Server).handleDeleteChat |_0x100331400_ | |github.com/ollama/app/ui.chatInfoFromChat |_0x1003316a0_ | |github.com/ollama/app/ui.(*Server).handleGetApiSettings |_0x1003318d0_ | |github.com/ollama/app/ui.(*Server).handlePostApiSettings |_0x100331ba0_ | |github.com/ollama/app/ui.(*Server).handleMe |_0x1003320b0_ | |github.com/ollama/app/ui.(*Server).handleDisconnect |_0x100332450_ | |github.com/ollama/app/ui.(*Server).handleDisconnect.deferwrap1 |_0x100332cc0_ | |github.com/ollama/app/ui.(*Server).handleConnectURL |_0x100332d30_ | |github.com/ollama/app/ui.(*Server).modelCapabilities |_0x100333110_ | |github.com/ollama/app/ui.(*Server).modelCapabilities.WithLogger.func2 |_0x100333660_ | |github.com/ollama/app/ui.(*Server).modelCapabilities.WithStore.func1 |_0x1003336c0_ | |github.com/ollama/app/ui.(*Server).Handler.func2 |_0x100333720_ | |github.com/ollama/app/ui.statusRecorder.Header |_0x100333a10_ | |github.com/ollama/app/ui.(*statusRecorder).Header |_0x100333a90_ | |github.com/ollama/app/ui.statusRecorder.Write |_0x100333b00_ | |github.com/ollama/app/ui.(*statusRecorder).Write |_0x100333b90_ | |github.com/ollama/app/ui.(*Server).handleGetApiChats-fm |_0x100333c10_ | |github.com/ollama/app/ui.(*Server).handleGetApiChat-fm |_0x100333ca0_ | |github.com/ollama/app/ui.(*Server).handlePostApiChat-fm |_0x100333d30_ | |github.com/ollama/app/ui.(*Server).handleDeleteChat-fm |_0x100333dc0_ | |github.com/ollama/app/ui.(*Server).handleCreateChat-fm |_0x1,00333E+55_ | |github.com/ollama/app/ui.(*Server).handleRenameChat-fm |_0x100333ee0_ | |github.com/ollama/app/ui.(*Server).handleGetApiModels-fm |_0x100333f70_ | |github.com/ollama/app/ui.(*Server).modelCapabilities-fm |_0x100334000_ | |github.com/ollama/app/ui.(*Server).handleGetApiSettings-fm |_0x100334090_ | |github.com/ollama/app/ui.(*Server).handlePostApiSettings-fm |_0x100334120_ | |github.com/ollama/app/ui.(*Server).handleMe-fm |_0x1003341b0_ | |github.com/ollama/app/ui.(*Server).handleDisconnect-fm |_0x100334240_ | |github.com/ollama/app/ui.(*Server).handleConnectURL-fm |_0x1003342d0_ | |github.com/ollama/app/updater.init |_0x1003353b0_ | |github.com/ollama/app/updater.init.func1 |_0x100335420_ | |github.com/ollama/app/updater.(*Updater).checkForUpdate |_0x100335660_ | |github.com/ollama/app/updater.(*Updater).checkForUpdate.deferwrap1 |_0x100336770_ | |github.com/ollama/app/updater.(*Updater).DownloadNewRelease |_0x1,003367E+06_| |github.com/ollama/app/updater.(*Updater).DownloadNewRelease.deferwrap2 |_0x1003372b0_ | |github.com/ollama/app/updater.(*Updater).DownloadNewRelease.deferwrap1 |_0x100337320_ | |github.com/ollama/app/updater.(*Updater).DownloadNewRelease.func1 |_0x100337390_ | |github.com/ollama/app/updater.cleanupOldDownloads |_0x100337450_ | |github.com/ollama/app/updater.(*Updater).StartBackgroundUpdaterChecker |_0x1003376c0_ | |github.com/ollama/app/updater.(*Updater).StartBackgroundUpdaterChecker.func1 |_0x100337780_ | |github.com/ollama/app/updater._Cfunc_CString |_0x100337a10_ | |github.com/ollama/app/updater._Cfunc_chownWithAuthorization |_0x100337b00_ | |github.com/ollama/app/updater._Cfunc_free |_0x100337b70_ | |github.com/ollama/app/updater._Cfunc_verifyExtractedBundle |_0x100337be0_ | |github.com/ollama/app/updater._cgo_cmalloc |_0x100337c50_ | |github.com/ollama/app/updater.init.0 |_0x100337cc0_ | |github.com/ollama/app/updater.DoUpgrade |_0x1003381f0_ | |github.com/ollama/app/updater.DoUpgrade.deferwrap2 |_0x1003396d0_ | |github.com/ollama/app/updater.DoUpgrade.func1 |_0x100339740_ | |github.com/ollama/app/updater.DoUpgrade.deferwrap1 |_0x1003399a0_ | |github.com/ollama/app/updater.DoPostUpgradeCleanup |_0x100339a10_ | |github.com/ollama/app/updater.verifyDownload |_0x100339b90_ | |github.com/ollama/app/updater.verifyDownload.deferwrap3 |_0x10033a890_ | |github.com/ollama/app/updater.verifyDownload.deferwrap2 |_0x10033a900_ | |github.com/ollama/app/updater.verifyDownload.deferwrap1 |_0x10033a970_ | |github.com/ollama/app/updater.DoUpgradeAtStartup |_0x10033a9d0_ | |github.com/ollama/app/updater.getStagedUpdate |_0x10033abe0_ | |github.com/ollama/app/updater.chownWithAuthorization |_0x10033adb0_ | |github.com/ollama/app/updater.chownWithAuthorization.chownWithAuthorization.func1.func2 |_0x10033ae60_ | |github.com/ollama/app/updater.verifyExtractedBundle |_0x10033aec0_ | |github.com/ollama/app/updater.verifyExtractedBundle.verifyExtractedBundle.func1.func2 |_0x10033aff0_ | |github.com/ollama/app/updater.goLogInfo |_0x10033b050_ | |github.com/ollama/app/updater.goLogDebug |_0x10033b0e0_ | |github.com/ollama/app/updater.alreadyMoved |_0x10033b170_ | |github.com/ollama/app/dialog/cocoa._Cfunc_CString |_0x10033b910_ | |github.com/ollama/app/dialog/cocoa._Cfunc_NSRelease |_0x10033ba00_ | |github.com/ollama/app/dialog/cocoa._Cfunc_NSStr |_0x10033ba70_ | |github.com/ollama/app/dialog/cocoa._Cfunc_fileDlg |_0x10033baf0_ | |github.com/ollama/app/dialog/cocoa._Cfunc_free |_0x10033bb60_ | |github.com/ollama/app/dialog/cocoa._cgo_cmalloc |_0x10033bbd0_ | |github.com/ollama/app/dialog/cocoa.nsStr |_0x10033bc40_ | |github.com/ollama/app/dialog/cocoa.FileDlg |_0x10033bcf0_ | |github.com/ollama/app/dialog/cocoa.fileDlg |_0x10033bd80_ | |github.com/ollama/app/dialog/cocoa.fileDlg.fileDlg.func6.func13 |_0x10033c3d0_ | |github.com/ollama/app/dialog/cocoa.fileDlg.fileDlg.func5.func12 |_0x10033c430_ | |github.com/ollama/app/dialog/cocoa.fileDlg.fileDlg.func4.func11 |_0x10033c490_ | |github.com/ollama/app/dialog/cocoa.fileDlg.fileDlg.func3.func10 |_0x10033c4f0_ | |github.com/ollama/app/dialog/cocoa.fileDlg.fileDlg.func2.func9 |_0x10033c550_ | |github.com/ollama/app/dialog/cocoa.fileDlg.fileDlg.func1.func8 |_0x10033c5b0_ | |github.com/ollama/app/dialog.init |_0x10033c690_ | |github.com/ollama/app/dialog.(*FileBuilder).Load |_0x10033c700_ | |github.com/ollama/app/dialog.(*FileBuilder).run |_0x10033c740_ | |github.com/ollama/app/dialog.(*DirectoryBuilder).browse |_0x10033c960_ | |github.com/ollama/app/webview.init |_0x10033ca00_ | |github.com/ollama/app/webview._Cfunc_CString |_0x10033ca90_ | |github.com/ollama/app/webview._Cfunc_CgoWebViewBind |_0x10033cb80_ | |github.com/ollama/app/webview._Cfunc_CgoWebViewDispatch |_0x10033cc10_ | |github.com/ollama/app/webview._Cfunc_free |_0x10033cc90_ | |github.com/ollama/app/webview._Cfunc_webview_create |_0x10033cd00_ | |github.com/ollama/app/webview._Cfunc_webview_destroy |_0x10033cd80_ | |github.com/ollama/app/webview._Cfunc_webview_eval |_0x10033cdf0_ | |github.com/ollama/app/webview._Cfunc_webview_get_window |_0x10033ce70_ | |github.com/ollama/app/webview._Cfunc_webview_init |_0x10033cee0_ | |github.com/ollama/app/webview._Cfunc_webview_navigate |_0x10033cf60_ | |github.com/ollama/app/webview._Cfunc_webview_return |_0x10033cfe0_ | |github.com/ollama/app/webview._Cfunc_webview_set_size |_0x10033d080_ | |github.com/ollama/app/webview._Cfunc_webview_set_title |_0x10033d130_ | |github.com/ollama/app/webview._Cfunc_webview_terminate |_0x10033d1b0_ | |github.com/ollama/app/webview._cgo_cmalloc |_0x10033d220_ | |github.com/ollama/app/webview.init.0 |_0x10033d290_ | |github.com/ollama/app/webview.NewWindow |_0x10033d2d0_ | |github.com/ollama/app/webview.(*webview).Destroy |_0x10033d3a0_ | |github.com/ollama/app/webview.(*webview).Terminate |_0x10033d410_ | |github.com/ollama/app/webview.(*webview).Window |_0x10033d480_ | |github.com/ollama/app/webview.(*webview).Navigate |_0x10033d4f0_ | |github.com/ollama/app/webview.(*webview).Navigate.(*webview).Navigate.func1.func3 |_0x10033d5d0_ | |github.com/ollama/app/webview.(*webview).SetTitle |_0x10033d630_ | |github.com/ollama/app/webview.(*webview).SetTitle.(*webview).SetTitle.func1.func3 |_0x10033d710_ | |github.com/ollama/app/webview.(*webview).SetSize |_0x10033d770_ | |github.com/ollama/app/webview.(*webview).Init |_0x10033d800_ | |github.com/ollama/app/webview.(*webview).Init.(*webview).Init.func1.func3 |_0x10033d8e0_ | |github.com/ollama/app/webview.(*webview).Eval |_0x10033d940_ | |github.com/ollama/app/webview.(*webview).Eval.(*webview).Eval.func1.func3 |_0x10033da20_ | |github.com/ollama/app/webview.(*webview).Dispatch |_0x10033da80_ | |github.com/ollama/app/webview._webviewDispatchGoCallback |_0x10033dc70_ | |github.com/ollama/app/webview._webviewBindingGoCallback |_0x10033ddc0_ | |github.com/ollama/app/webview._webviewBindingGoCallback._webviewBindingGoCallback.func2.func4|_0x1,0033E+74_ | |github.com/ollama/app/webview.(*webview).Bind |_0x10033e0d0_ | |github.com/ollama/app/webview.(*webview).Bind.(*webview).Bind.func2.func4 |_0x10033e4e0_ | |github.com/ollama/app/webview.(*webview).Bind.func1 |_0x10033e540_ |
Author
Owner

@johnnyasantoss commented on GitHub (Aug 22, 2025):

Hey @jmorganca @mchiang0610 @ParthSareen ,

Can we get a clarification on this? The silence on this issue and the one about the license, hurts the trust in this software.

<!-- gh-comment-id:3214989263 --> @johnnyasantoss commented on GitHub (Aug 22, 2025): Hey @jmorganca @mchiang0610 @ParthSareen , Can we get a clarification on this? The silence on this issue and the one about the license, hurts the trust in this software.
Author
Owner

@Igorgro commented on GitHub (Nov 4, 2025):

https://github.com/ollama/ollama/pull/12933

<!-- gh-comment-id:3488131298 --> @Igorgro commented on GitHub (Nov 4, 2025): https://github.com/ollama/ollama/pull/12933
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#85450